#370800

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

Shades of Seal Brown #370800

Tints of Seal Brown #370800

Color information

#370800 (or 0x370800) is unknown color: approx Seal Brown. HEX triplet: 37, 08 and 00. RGB value is (55,8,0). Sum of RGB (Red+Green+Blue) = 55+8+0=63 (8% of max value = 765). Red value is 55 (21.88% from 255 or 87.30% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 0 (0.39% from 255 or 0% from 63); Max value from RGB is 55 - color contains mainly: red. Hex color #370800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370800 is #C8F7FF. Grayscale: #151515. Windows color (decimal): -13170688 or 2103. OLE color: 2103.

HSL color Cylindrical-coordinate representation of color #370800: hue angle of 8.73º 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 #370800 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB5580-
CMYK00.8510.78
HSL8.73º100%10.78%-
HSV(B)8.73º100%21.57%-
XYZ1.660.990.1-
YUV21.14116.07152.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 87.30%
GREEN value IS 8 (3.52% from 255) = 12.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=87.30%
G=12.70%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal558000.8510.788.7310010.78
Hex3780055644E964b
Octal6710001251441161114413
Binary110111100000101010111001001001110100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370800; }

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

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

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

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

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

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

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

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