#370200

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

Shades of Seal Brown #370200

Tints of Seal Brown #370200

Color information

#370200 (or 0x370200) is unknown color: approx Seal Brown. HEX triplet: 37, 02 and 00. RGB value is (55,2,0). Sum of RGB (Red+Green+Blue) = 55+2+0=57 (7% of max value = 765). Red value is 55 (21.88% from 255 or 96.49% from 57); Green value is 2 (1.17% from 255 or 3.51% from 57); Blue value is 0 (0.39% from 255 or 0% from 57); Max value from RGB is 55 - color contains mainly: red. Hex color #370200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370200 is #C8FDFF. Grayscale: #111111. Windows color (decimal): -13172224 or 567. OLE color: 567.

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

Color convert

RGB5520-
CMYK00.9610.78
HSL2.18º100%10.78%-
HSV(B)2.18º100%21.57%-
XYZ1.60.860.08-
YUV17.62118.06154.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 96.49%
GREEN value IS 2 (1.17% from 255) = 3.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=96.49%
G=3.51%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal552000.9610.782.1810010.78
Hex3720060644E264b
Octal67200140144116214413
Binary11011110001100000110010010011101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370200; }

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

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

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

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

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

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

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

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