#372830

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

Shades of Toledo #372830

Tints of Toledo #372830

Color information

#372830 (or 0x372830) is unknown color: approx Toledo. HEX triplet: 37, 28 and 30. RGB value is (55,40,48). Sum of RGB (Red+Green+Blue) = 55+40+48=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 55 - color contains mainly: red. Hex color #372830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372830 is #C8D7CF. Grayscale: #2D2D2D. Windows color (decimal): -13162448 or 3156023. OLE color: 3156023.

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

Color convert

RGB554048-
CMYK00.270.130.78
HSL328º15.79%18.63%-
HSV(B)328º27.27%21.57%-
XYZ2.872.543.14-
YUV45.4129.47134.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.46%
GREEN value IS 40 (16.02% from 255) = 27.97%
BLUE value IS 48 (19.14% from 255) = 33.57%
R=38.46%
G=27.97%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55404800.270.130.7832815.7918.63
Hex37283001BD4E1481013
Octal675060033151165102023
Binary110111101000110000011011110110011101010010001000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372830; }

 p { color: rgb(55,40,48); }

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

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

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

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

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

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

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