#370C06

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

Shades of Seal Brown #370C06

Tints of Seal Brown #370C06

Color information

#370C06 (or 0x370C06) is unknown color: approx Seal Brown. HEX triplet: 37, 0C and 06. RGB value is (55,12,6). Sum of RGB (Red+Green+Blue) = 55+12+6=73 (9% of max value = 765). Red value is 55 (21.88% from 255 or 75.34% from 73); Green value is 12 (5.08% from 255 or 16.44% from 73); Blue value is 6 (2.73% from 255 or 8.22% from 73); Max value from RGB is 55 - color contains mainly: red. Hex color #370C06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370C06 is #C8F3F9. Grayscale: #181818. Windows color (decimal): -13169658 or 396343. OLE color: 396343.

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

Color convert

RGB55126-
CMYK00.780.890.78
HSL7.35º80.33%11.96%-
HSV(B)7.35º89.09%21.57%-
XYZ1.741.090.29-
YUV24.17117.75149.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 75.34%
GREEN value IS 12 (5.08% from 255) = 16.44%
BLUE value IS 6 (2.73% from 255) = 8.22%
R=75.34%
G=16.44%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5512600.780.890.787.3580.3311.96
Hex37C604E594E750c
Octal671460116131116712014
Binary1101111100110010011101011001100111011110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370C06; }

 p { color: rgb(55,12,6); }

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

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

 a { background-color: rgb(55,12,6); }

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

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

 span { border-color: rgb(55,12,6); }

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