#370E0C

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

Shades of Seal Brown #370E0C

Tints of Seal Brown #370E0C

Color information

#370E0C (or 0x370E0C) is unknown color: approx Seal Brown. HEX triplet: 37, 0E and 0C. RGB value is (55,14,12). Sum of RGB (Red+Green+Blue) = 55+14+12=81 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.90% from 81); Green value is 14 (5.86% from 255 or 17.28% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 55 - color contains mainly: red. Hex color #370E0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370E0C is #C8F1F3. Grayscale: #1A1A1A. Windows color (decimal): -13169140 or 790071. OLE color: 790071.

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

Color convert

RGB551412-
CMYK00.750.780.78
HSL2.79º64.18%13.14%-
HSV(B)2.79º78.18%21.57%-
XYZ1.81.150.48-
YUV26.03120.08148.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 67.90%
GREEN value IS 14 (5.86% from 255) = 17.28%
BLUE value IS 12 (5.08% from 255) = 14.81%
R=67.90%
G=17.28%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55141200.750.780.782.7964.1813.14
Hex37EC04B4E4E340d
Octal6716140113116116310015
Binary1101111110110001001011100111010011101110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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