#370B02

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

Shades of Seal Brown #370B02

Tints of Seal Brown #370B02

Color information

#370B02 (or 0x370B02) is unknown color: approx Seal Brown. HEX triplet: 37, 0B and 02. RGB value is (55,11,2). Sum of RGB (Red+Green+Blue) = 55+11+2=68 (9% of max value = 765). Red value is 55 (21.88% from 255 or 80.88% from 68); Green value is 11 (4.69% from 255 or 16.18% from 68); Blue value is 2 (1.17% from 255 or 2.94% from 68); Max value from RGB is 55 - color contains mainly: red. Hex color #370B02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370B02 is #C8F4FD. Grayscale: #171717. Windows color (decimal): -13169918 or 133943. OLE color: 133943.

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

Color convert

RGB55112-
CMYK00.80.960.78
HSL10.19º92.98%11.18%-
HSV(B)10.19º96.36%21.57%-
XYZ1.711.060.17-
YUV23.13116.08150.73-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 80.88%
GREEN value IS 11 (4.69% from 255) = 16.18%
BLUE value IS 2 (1.17% from 255) = 2.94%
R=80.88%
G=16.18%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5511200.80.960.7810.1992.9811.18
Hex37B2050604Ea5db
Octal6713201201401161213513
Binary1101111011100101000011000001001110101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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