#370C0A

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

Shades of Seal Brown #370C0A

Tints of Seal Brown #370C0A

Color information

#370C0A (or 0x370C0A) is unknown color: approx Seal Brown. HEX triplet: 37, 0C and 0A. RGB value is (55,12,10). Sum of RGB (Red+Green+Blue) = 55+12+10=77 (10% of max value = 765). Red value is 55 (21.88% from 255 or 71.43% from 77); Green value is 12 (5.08% from 255 or 15.58% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 55 - color contains mainly: red. Hex color #370C0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370C0A is #C8F3F5. Grayscale: #181818. Windows color (decimal): -13169654 or 658487. OLE color: 658487.

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

Color convert

RGB551210-
CMYK00.780.820.78
HSL2.67º69.23%12.75%-
HSV(B)2.67º81.82%21.57%-
XYZ1.761.10.41-
YUV24.63119.75149.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 71.43%
GREEN value IS 12 (5.08% from 255) = 15.58%
BLUE value IS 10 (4.30% from 255) = 12.99%
R=71.43%
G=15.58%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55121000.780.820.782.6769.2312.75
Hex37CA04E524E345d
Octal6714120116122116310515
Binary1101111100101001001110101001010011101110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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