#370C0C

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

Shades of Seal Brown #370C0C

Tints of Seal Brown #370C0C

Color information

#370C0C (or 0x370C0C) is unknown color: approx Seal Brown. HEX triplet: 37, 0C and 0C. RGB value is (55,12,12). Sum of RGB (Red+Green+Blue) = 55+12+12=79 (10% of max value = 765). Red value is 55 (21.88% from 255 or 69.62% from 79); Green value is 12 (5.08% from 255 or 15.19% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 55 - color contains mainly: red. Hex color #370C0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370C0C is #C8F3F3. Grayscale: #181818. Windows color (decimal): -13169652 or 789559. OLE color: 789559.

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

Color convert

RGB551212-
CMYK00.780.780.78
HSL64.18%13.14%-
HSV(B)78.18%21.57%-
XYZ1.771.10.47-
YUV24.86120.75149.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 69.62%
GREEN value IS 12 (5.08% from 255) = 15.19%
BLUE value IS 12 (5.08% from 255) = 15.19%
R=69.62%
G=15.19%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55121200.780.780.78064.1813.14
Hex37CC04E4E4E040d
Octal6714140116116116010015
Binary110111110011000100111010011101001110010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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