#371004

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

Shades of Seal Brown #371004

Tints of Seal Brown #371004

Color information

#371004 (or 0x371004) is unknown color: approx Seal Brown. HEX triplet: 37, 10 and 04. RGB value is (55,16,4). Sum of RGB (Red+Green+Blue) = 55+16+4=75 (9% of max value = 765). Red value is 55 (21.88% from 255 or 73.33% from 75); Green value is 16 (6.64% from 255 or 21.33% from 75); Blue value is 4 (1.95% from 255 or 5.33% from 75); Max value from RGB is 55 - color contains mainly: red. Hex color #371004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371004 is #C8EFFB. Grayscale: #1A1A1A. Windows color (decimal): -13168636 or 266295. OLE color: 266295.

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

Color convert

RGB55164-
CMYK00.710.930.78
HSL14.12º86.44%11.57%-
HSV(B)14.12º92.73%21.57%-
XYZ1.781.190.25-
YUV26.29115.42148.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 73.33%
GREEN value IS 16 (6.64% from 255) = 21.33%
BLUE value IS 4 (1.95% from 255) = 5.33%
R=73.33%
G=21.33%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5516400.710.930.7814.1286.4411.57
Hex371040475D4Ee56c
Octal6720401071351161612614
Binary110111100001000100011110111011001110111010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371004; }

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

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

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

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

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

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

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

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