#462032

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

Shades of Toledo #462032

Tints of Toledo #462032

Color information

#462032 (or 0x462032) is unknown color: approx Toledo. HEX triplet: 46, 20 and 32. RGB value is (70,32,50). Sum of RGB (Red+Green+Blue) = 70+32+50=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #462032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462032 is #B9DFCD. Grayscale: #2D2D2D. Windows color (decimal): -12181454 or 3285062. OLE color: 3285062.

HSL color Cylindrical-coordinate representation of color #462032: hue angle of 331.58º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #462032 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB703250-
CMYK00.540.290.73
HSL331.58º37.25%20%-
HSV(B)331.58º54.29%27.45%-
XYZ3.622.573.32-
YUV45.41130.59145.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.05%
GREEN value IS 32 (12.89% from 255) = 21.05%
BLUE value IS 50 (19.92% from 255) = 32.89%
R=46.05%
G=21.05%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70325000.540.290.73331.5837.2520
Hex4620320361D4914c2514
Octal1064062066351115144524
Binary1000110100000110010011011011101100100110100110010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462032; }

 p { color: rgb(70,32,50); }

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

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

 a { background-color: rgb(70,32,50); }

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

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

 span { border-color: rgb(70,32,50); }

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