#37202D

Color #37202D Toledo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Toledo #37202D

Tints of Toledo #37202D

Color information

#37202D (or 0x37202D) is unknown color: approx Toledo. HEX triplet: 37, 20 and 2D. RGB value is (55,32,45). Sum of RGB (Red+Green+Blue) = 55+32+45=132 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.67% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 55 - color contains mainly: red. Hex color #37202D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37202D is #C8DFD2. Grayscale: #282828. Windows color (decimal): -13164499 or 2957367. OLE color: 2957367.

HSL color Cylindrical-coordinate representation of color #37202D: hue angle of 326.09º 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 #37202D is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB553245-
CMYK00.420.180.78
HSL326.09º26.44%17.06%-
HSV(B)326.09º41.82%21.57%-
XYZ2.572.032.74-
YUV40.36130.62138.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.67%
GREEN value IS 32 (12.89% from 255) = 24.24%
BLUE value IS 45 (17.97% from 255) = 34.09%
R=41.67%
G=24.24%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55324500.420.180.78326.0926.4417.06
Hex37202D02A124E1461a11
Octal674055052221165063221
Binary11011110000010110101010101001010011101010001101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37202D; }

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

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

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

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

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

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

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

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