#462534

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

Shades of Toledo #462534

Tints of Toledo #462534

Color information

#462534 (or 0x462534) is unknown color: approx Toledo. HEX triplet: 46, 25 and 34. RGB value is (70,37,52). Sum of RGB (Red+Green+Blue) = 70+37+52=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 52 (20.70% from 255 or 32.70% from 159); Max value from RGB is 70 - color contains mainly: red. Hex color #462534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462534 is #B9DACB. Grayscale: #303030. Windows color (decimal): -12180172 or 3417414. OLE color: 3417414.

HSL color Cylindrical-coordinate representation of color #462534: hue angle of 332.73º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #462534 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB703752-
CMYK00.470.260.73
HSL332.73º30.84%20.98%-
HSV(B)332.73º47.14%27.45%-
XYZ3.812.873.6-
YUV48.58129.93143.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.03%
GREEN value IS 37 (14.84% from 255) = 23.27%
BLUE value IS 52 (20.70% from 255) = 32.70%
R=44.03%
G=23.27%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70375200.470.260.73332.7330.8420.98
Hex46253402F1A4914d1f15
Octal1064564057321115153725
Binary100011010010111010001011111101010010011010011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462534; }

 p { color: rgb(70,37,52); }

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

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

 a { background-color: rgb(70,37,52); }

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

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

 span { border-color: rgb(70,37,52); }

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