#370B00

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

Shades of Seal Brown #370B00

Tints of Seal Brown #370B00

Color information

#370B00 (or 0x370B00) is unknown color: approx Seal Brown. HEX triplet: 37, 0B and 00. RGB value is (55,11,0). Sum of RGB (Red+Green+Blue) = 55+11+0=66 (8% of max value = 765). Red value is 55 (21.88% from 255 or 83.33% from 66); Green value is 11 (4.69% from 255 or 16.67% from 66); Blue value is 0 (0.39% from 255 or 0% from 66); Max value from RGB is 55 - color contains mainly: red. Hex color #370B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370B00 is #C8F4FF. Grayscale: #161616. Windows color (decimal): -13169920 or 2871. OLE color: 2871.

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

Color convert

RGB55110-
CMYK00.810.78
HSL12º100%10.78%-
HSV(B)12º100%21.57%-
XYZ1.71.050.11-
YUV22.9115.08150.89-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 83.33%
GREEN value IS 11 (4.69% from 255) = 16.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.33%
G=16.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5511000.810.781210010.78
Hex37B0050644Ec64b
Octal6713001201441161414413
Binary110111101100101000011001001001110110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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