#370D06

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

Shades of Seal Brown #370D06

Tints of Seal Brown #370D06

Color information

#370D06 (or 0x370D06) is unknown color: approx Seal Brown. HEX triplet: 37, 0D and 06. RGB value is (55,13,6). Sum of RGB (Red+Green+Blue) = 55+13+6=74 (9% of max value = 765). Red value is 55 (21.88% from 255 or 74.32% from 74); Green value is 13 (5.47% from 255 or 17.57% from 74); Blue value is 6 (2.73% from 255 or 8.11% from 74); Max value from RGB is 55 - color contains mainly: red. Hex color #370D06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370D06 is #C8F2F9. Grayscale: #181818. Windows color (decimal): -13169402 or 396599. OLE color: 396599.

HSL color Cylindrical-coordinate representation of color #370D06: hue angle of 8.57º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #370D06 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB55136-
CMYK00.760.890.78
HSL8.57º80.33%11.96%-
HSV(B)8.57º89.09%21.57%-
XYZ1.751.110.29-
YUV24.76117.41149.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 74.32%
GREEN value IS 13 (5.47% from 255) = 17.57%
BLUE value IS 6 (2.73% from 255) = 8.11%
R=74.32%
G=17.57%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5513600.760.890.788.5780.3311.96
Hex37D604C594E950c
Octal6715601141311161112014
Binary11011111011100100110010110011001110100110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,13,6); }

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

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

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

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

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

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

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