#311004

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

Shades of Seal Brown #311004

Tints of Seal Brown #311004

Color information

#311004 (or 0x311004) is unknown color: approx Seal Brown. HEX triplet: 31, 10 and 04. RGB value is (49,16,4). Sum of RGB (Red+Green+Blue) = 49+16+4=69 (9% of max value = 765). Red value is 49 (19.53% from 255 or 71.01% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 4 (1.95% from 255 or 5.80% from 69); Max value from RGB is 49 - color contains mainly: red. Hex color #311004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311004 is #CEEFFB. Grayscale: #181818. Windows color (decimal): -13561852 or 266289. OLE color: 266289.

HSL color Cylindrical-coordinate representation of color #311004: hue angle of 16º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #311004 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.81.

Color convert

RGB49164-
CMYK00.670.920.81
HSL16º84.91%10.39%-
HSV(B)16º91.84%19.22%-
XYZ1.471.030.24-
YUV24.5116.43145.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 71.01%
GREEN value IS 16 (6.64% from 255) = 23.19%
BLUE value IS 4 (1.95% from 255) = 5.80%
R=71.01%
G=23.19%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4916400.670.920.811684.9110.39
Hex311040435C511055a
Octal6120401031341212012512
Binary1100011000010001000011101110010100011000010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311004; }

 p { color: rgb(49,16,4); }

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

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

 a { background-color: rgb(49,16,4); }

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

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

 span { border-color: rgb(49,16,4); }

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