#372D32

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

Shades of Toledo #372D32

Tints of Toledo #372D32

Color information

#372D32 (or 0x372D32) is unknown color: approx Toledo. HEX triplet: 37, 2D and 32. RGB value is (55,45,50). Sum of RGB (Red+Green+Blue) = 55+45+50=150 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.67% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 50 (19.92% from 255 or 33.33% from 150); Max value from RGB is 55 - color contains mainly: red. Hex color #372D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372D32 is #C8D2CD. Grayscale: #303030. Windows color (decimal): -13161166 or 3288375. OLE color: 3288375.

HSL color Cylindrical-coordinate representation of color #372D32: hue angle of 330º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #372D32 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB554550-
CMYK00.180.090.78
HSL330º10%19.61%-
HSV(B)330º18.18%21.57%-
XYZ3.092.923.42-
YUV48.56128.81132.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 36.67%
GREEN value IS 45 (17.97% from 255) = 30%
BLUE value IS 50 (19.92% from 255) = 33.33%
R=36.67%
G=30%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55455000.180.090.783301019.61
Hex372D3201294E14aa14
Octal675562022111165121224
Binary11011110110111001001001010011001110101001010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372D32; }

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

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

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

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

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

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

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

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