#370E03

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

Shades of Seal Brown #370E03

Tints of Seal Brown #370E03

Color information

#370E03 (or 0x370E03) is unknown color: approx Seal Brown. HEX triplet: 37, 0E and 03. RGB value is (55,14,3). Sum of RGB (Red+Green+Blue) = 55+14+3=72 (9% of max value = 765). Red value is 55 (21.88% from 255 or 76.39% from 72); Green value is 14 (5.86% from 255 or 19.44% from 72); Blue value is 3 (1.56% from 255 or 4.17% from 72); Max value from RGB is 55 - color contains mainly: red. Hex color #370E03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370E03 is #C8F1FC. Grayscale: #191919. Windows color (decimal): -13169149 or 200247. OLE color: 200247.

HSL color Cylindrical-coordinate representation of color #370E03: hue angle of 12.69º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370E03 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB55143-
CMYK00.750.950.78
HSL12.69º89.66%11.37%-
HSV(B)12.69º94.55%21.57%-
XYZ1.751.130.21-
YUV25115.58149.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 76.39%
GREEN value IS 14 (5.86% from 255) = 19.44%
BLUE value IS 3 (1.56% from 255) = 4.17%
R=76.39%
G=19.44%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5514300.750.950.7812.6989.6611.37
Hex37E304B5F4Ed5ab
Octal6716301131371161513213
Binary1101111110110100101110111111001110110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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