#391003

Color #391003 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #391003

Tints of Seal Brown #391003

Color information

#391003 (or 0x391003) is unknown color: approx Seal Brown. HEX triplet: 39, 10 and 03. RGB value is (57,16,3). Sum of RGB (Red+Green+Blue) = 57+16+3=76 (10% of max value = 765). Red value is 57 (22.66% from 255 or 75% from 76); Green value is 16 (6.64% from 255 or 21.05% from 76); Blue value is 3 (1.56% from 255 or 3.95% from 76); Max value from RGB is 57 - color contains mainly: red. Hex color #391003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391003 is #C6EFFC. Grayscale: #1A1A1A. Windows color (decimal): -13037565 or 200761. OLE color: 200761.

HSL color Cylindrical-coordinate representation of color #391003: hue angle of 14.44º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #391003 is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB57163-
CMYK00.720.950.78
HSL14.44º90%11.76%-
HSV(B)14.44º94.74%22.35%-
XYZ1.891.250.23-
YUV26.78114.58149.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 75%
GREEN value IS 16 (6.64% from 255) = 21.05%
BLUE value IS 3 (1.56% from 255) = 3.95%
R=75%
G=21.05%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5716300.720.950.7814.449011.76
Hex391030485F4Ee5ac
Octal7120301101371161613214
Binary11100110000110100100010111111001110111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391003; }

 p { color: rgb(57,16,3); }

 H1.HeaderClassName
 {
   color: #391003;
 }
 .AnyTagClassName
 {
   color: #391003;
 }
</style>
background-color css

<style>
 a { background-color: #391003; }

 a { background-color: rgb(57,16,3); }

 div.DivClassName
 {
   background-color: #391003;
 }
 .BgClassName
 {
   background-color: #391003;
 }
</style>
border-color css

<style>
 span { border-color: #391003; }

 span { border-color: rgb(57,16,3); }

 td.TdClassName
 {
   border-color: #391003;
 }
 .TagClassName
 {
   border-color: #391003;
 }
</style>