#370C04

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

Shades of Seal Brown #370C04

Tints of Seal Brown #370C04

Color information

#370C04 (or 0x370C04) is unknown color: approx Seal Brown. HEX triplet: 37, 0C and 04. RGB value is (55,12,4). Sum of RGB (Red+Green+Blue) = 55+12+4=71 (9% of max value = 765). Red value is 55 (21.88% from 255 or 77.46% from 71); Green value is 12 (5.08% from 255 or 16.90% from 71); Blue value is 4 (1.95% from 255 or 5.63% from 71); Max value from RGB is 55 - color contains mainly: red. Hex color #370C04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370C04 is #C8F3FB. Grayscale: #181818. Windows color (decimal): -13169660 or 265271. OLE color: 265271.

HSL color Cylindrical-coordinate representation of color #370C04: hue angle of 9.41º 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 #370C04 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB55124-
CMYK00.780.930.78
HSL9.41º86.44%11.57%-
HSV(B)9.41º92.73%21.57%-
XYZ1.731.080.23-
YUV23.94116.75150.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 77.46%
GREEN value IS 12 (5.08% from 255) = 16.90%
BLUE value IS 4 (1.95% from 255) = 5.63%
R=77.46%
G=16.90%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5512400.780.930.789.4186.4411.57
Hex37C404E5D4E956c
Octal6714401161351161112614
Binary11011111001000100111010111011001110100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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