#370B06

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

Shades of Seal Brown #370B06

Tints of Seal Brown #370B06

Color information

#370B06 (or 0x370B06) is unknown color: approx Seal Brown. HEX triplet: 37, 0B and 06. RGB value is (55,11,6). Sum of RGB (Red+Green+Blue) = 55+11+6=72 (9% of max value = 765). Red value is 55 (21.88% from 255 or 76.39% from 72); Green value is 11 (4.69% from 255 or 15.28% from 72); Blue value is 6 (2.73% from 255 or 8.33% from 72); Max value from RGB is 55 - color contains mainly: red. Hex color #370B06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370B06 is #C8F4F9. Grayscale: #171717. Windows color (decimal): -13169914 or 396087. OLE color: 396087.

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

Color convert

RGB55116-
CMYK00.80.890.78
HSL6.12º80.33%11.96%-
HSV(B)6.12º89.09%21.57%-
XYZ1.731.060.29-
YUV23.59118.08150.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 76.39%
GREEN value IS 11 (4.69% from 255) = 15.28%
BLUE value IS 6 (2.73% from 255) = 8.33%
R=76.39%
G=15.28%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5511600.80.890.786.1280.3311.96
Hex37B6050594E650c
Octal671360120131116612014
Binary1101111011110010100001011001100111011010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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