#372B2F

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

Shades of Toledo #372B2F

Tints of Toledo #372B2F

Color information

#372B2F (or 0x372B2F) is unknown color: approx Toledo. HEX triplet: 37, 2B and 2F. RGB value is (55,43,47). Sum of RGB (Red+Green+Blue) = 55+43+47=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 43 (17.19% from 255 or 29.66% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 55 - color contains mainly: red. Hex color #372B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372B2F is #C8D4D0. Grayscale: #2F2F2F. Windows color (decimal): -13161681 or 3091255. OLE color: 3091255.

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

Color convert

RGB554347-
CMYK00.220.150.78
HSL340º12.24%19.22%-
HSV(B)340º21.82%21.57%-
XYZ2.952.753.06-
YUV47.04127.98133.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.93%
GREEN value IS 43 (17.19% from 255) = 29.66%
BLUE value IS 47 (18.75% from 255) = 32.41%
R=37.93%
G=29.66%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55434700.220.150.7834012.2419.22
Hex372B2F016F4E154c13
Octal675357026171165241423
Binary11011110101110111101011011111001110101010100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,43,47); }

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

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

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

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

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

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

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