#472234

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

Shades of Toledo #472234

Tints of Toledo #472234

Color information

#472234 (or 0x472234) is unknown color: approx Toledo. HEX triplet: 47, 22 and 34. RGB value is (71,34,52). Sum of RGB (Red+Green+Blue) = 71+34+52=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #472234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472234 is #B8DDCB. Grayscale: #2F2F2F. Windows color (decimal): -12115404 or 3416647. OLE color: 3416647.

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

Color convert

RGB713452-
CMYK00.520.270.72
HSL330.81º35.24%20.59%-
HSV(B)330.81º52.11%27.84%-
XYZ3.792.733.58-
YUV47.11130.76145.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.22%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 52 (20.70% from 255) = 33.12%
R=45.22%
G=21.66%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71345200.520.270.72330.8135.2420.59
Hex4722340341B4814b2315
Octal1074264064331105134325
Binary1000111100010110100011010011011100100010100101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472234; }

 p { color: rgb(71,34,52); }

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

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

 a { background-color: rgb(71,34,52); }

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

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

 span { border-color: rgb(71,34,52); }

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