#311204

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

Shades of Seal Brown #311204

Tints of Seal Brown #311204

Color information

#311204 (or 0x311204) is unknown color: approx Seal Brown. HEX triplet: 31, 12 and 04. RGB value is (49,18,4). Sum of RGB (Red+Green+Blue) = 49+18+4=71 (9% of max value = 765). Red value is 49 (19.53% from 255 or 69.01% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 4 (1.95% from 255 or 5.63% from 71); Max value from RGB is 49 - color contains mainly: red. Hex color #311204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311204 is #CEEDFB. Grayscale: #191919. Windows color (decimal): -13561340 or 266801. OLE color: 266801.

HSL color Cylindrical-coordinate representation of color #311204: hue angle of 18.67º 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 #311204 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.81.

Color convert

RGB49184-
CMYK00.630.920.81
HSL18.67º84.91%10.39%-
HSV(B)18.67º91.84%19.22%-
XYZ1.51.090.25-
YUV25.67115.77144.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 69.01%
GREEN value IS 18 (7.42% from 255) = 25.35%
BLUE value IS 4 (1.95% from 255) = 5.63%
R=69.01%
G=25.35%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4918400.630.920.8118.6784.9110.39
Hex3112403F5C511355a
Octal612240771341212312512
Binary110001100101000111111101110010100011001110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311204; }

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

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

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

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

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

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

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

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