#472535

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

Shades of Toledo #472535

Tints of Toledo #472535

Color information

#472535 (or 0x472535) is unknown color: approx Toledo. HEX triplet: 47, 25 and 35. RGB value is (71,37,53). Sum of RGB (Red+Green+Blue) = 71+37+53=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #472535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472535 is #B8DACA. Grayscale: #303030. Windows color (decimal): -12114635 or 3482951. OLE color: 3482951.

HSL color Cylindrical-coordinate representation of color #472535: hue angle of 331.76º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #472535 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB713753-
CMYK00.480.250.72
HSL331.76º31.48%21.18%-
HSV(B)331.76º47.89%27.84%-
XYZ3.92.923.73-
YUV48.99130.26143.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.10%
GREEN value IS 37 (14.84% from 255) = 22.98%
BLUE value IS 53 (21.09% from 255) = 32.92%
R=44.10%
G=22.98%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71375300.480.250.72331.7631.4821.18
Hex472535030194814c1f15
Octal1074565060311105143725
Binary100011110010111010101100001100110010001010011001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472535; }

 p { color: rgb(71,37,53); }

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

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

 a { background-color: rgb(71,37,53); }

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

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

 span { border-color: rgb(71,37,53); }

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