#372020

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

Shades of Seal Brown #372020

Tints of Seal Brown #372020

Color information

#372020 (or 0x372020) is unknown color: approx Seal Brown. HEX triplet: 37, 20 and 20. RGB value is (55,32,32). Sum of RGB (Red+Green+Blue) = 55+32+32=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 55 - color contains mainly: red. Hex color #372020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372020 is #C8DFDF. Grayscale: #262626. Windows color (decimal): -13164512 or 2105399. OLE color: 2105399.

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

Color convert

RGB553232-
CMYK00.420.420.78
HSL26.44%17.06%-
HSV(B)41.82%21.57%-
XYZ2.351.951.62-
YUV38.88124.12139.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 46.22%
GREEN value IS 32 (12.89% from 255) = 26.89%
BLUE value IS 32 (12.89% from 255) = 26.89%
R=46.22%
G=26.89%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55323200.420.420.78026.4417.06
Hex37202002A2A4E01a11
Octal6740400525211603221
Binary1101111000001000000101010101010100111001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372020; }

 p { color: rgb(55,32,32); }

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

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

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

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

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

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

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