#472435

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

Shades of Toledo #472435

Tints of Toledo #472435

Color information

#472435 (or 0x472435) is unknown color: approx Toledo. HEX triplet: 47, 24 and 35. RGB value is (71,36,53). Sum of RGB (Red+Green+Blue) = 71+36+53=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #472435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472435 is #B8DBCA. Grayscale: #303030. Windows color (decimal): -12114891 or 3482695. OLE color: 3482695.

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

Color convert

RGB713653-
CMYK00.490.250.72
HSL330.86º32.71%20.98%-
HSV(B)330.86º49.3%27.84%-
XYZ3.872.863.72-
YUV48.4130.6144.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.38%
GREEN value IS 36 (14.45% from 255) = 22.5%
BLUE value IS 53 (21.09% from 255) = 33.12%
R=44.38%
G=22.5%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71365300.490.250.72330.8632.7120.98
Hex472435031194814b2115
Octal1074465061311105134125
Binary1000111100100110101011000111001100100010100101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472435; }

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

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

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

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

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

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

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

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