#462535

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

Shades of Toledo #462535

Tints of Toledo #462535

Color information

#462535 (or 0x462535) is unknown color: approx Toledo. HEX triplet: 46, 25 and 35. RGB value is (70,37,53). Sum of RGB (Red+Green+Blue) = 70+37+53=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #462535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462535 is #B9DACA. Grayscale: #303030. Windows color (decimal): -12180171 or 3482950. OLE color: 3482950.

HSL color Cylindrical-coordinate representation of color #462535: hue angle of 330.91º 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 #462535 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.73.

Color convert

RGB703753-
CMYK00.470.240.73
HSL330.91º30.84%20.98%-
HSV(B)330.91º47.14%27.45%-
XYZ3.832.883.72-
YUV48.69130.43143.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.75%
GREEN value IS 37 (14.84% from 255) = 23.12%
BLUE value IS 53 (21.09% from 255) = 33.12%
R=43.75%
G=23.12%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70375300.470.240.73330.9130.8420.98
Hex46253502F184914b1f15
Octal1064565057301115133725
Binary100011010010111010101011111100010010011010010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462535; }

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

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

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

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

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

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

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

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