#370E04

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

Shades of Seal Brown #370E04

Tints of Seal Brown #370E04

Color information

#370E04 (or 0x370E04) is unknown color: approx Seal Brown. HEX triplet: 37, 0E and 04. RGB value is (55,14,4). Sum of RGB (Red+Green+Blue) = 55+14+4=73 (9% of max value = 765). Red value is 55 (21.88% from 255 or 75.34% from 73); Green value is 14 (5.86% from 255 or 19.18% from 73); Blue value is 4 (1.95% from 255 or 5.48% from 73); Max value from RGB is 55 - color contains mainly: red. Hex color #370E04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370E04 is #C8F1FB. Grayscale: #191919. Windows color (decimal): -13169148 or 265783. OLE color: 265783.

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

Color convert

RGB55144-
CMYK00.750.930.78
HSL11.76º86.44%11.57%-
HSV(B)11.76º92.73%21.57%-
XYZ1.751.140.24-
YUV25.12116.08149.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 75.34%
GREEN value IS 14 (5.86% from 255) = 19.18%
BLUE value IS 4 (1.95% from 255) = 5.48%
R=75.34%
G=19.18%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5514400.750.930.7811.7686.4411.57
Hex37E404B5D4Ec56c
Octal6716401131351161412614
Binary11011111101000100101110111011001110110010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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