#412835

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

Shades of Toledo #412835

Tints of Toledo #412835

Color information

#412835 (or 0x412835) is unknown color: approx Toledo. HEX triplet: 41, 28 and 35. RGB value is (65,40,53). Sum of RGB (Red+Green+Blue) = 65+40+53=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 65 - color contains mainly: red. Hex color #412835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412835 is #BED7CA. Grayscale: #303030. Windows color (decimal): -12507083 or 3483713. OLE color: 3483713.

HSL color Cylindrical-coordinate representation of color #412835: hue angle of 328.8º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #412835 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.75.

Color convert

RGB654053-
CMYK00.380.180.75
HSL328.8º23.81%20.59%-
HSV(B)328.8º38.46%25.49%-
XYZ3.582.93.74-
YUV48.96130.28139.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.14%
GREEN value IS 40 (16.02% from 255) = 25.32%
BLUE value IS 53 (21.09% from 255) = 33.54%
R=41.14%
G=25.32%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65405300.380.180.75328.823.8120.59
Hex412835026124B1491815
Octal1015065046221135113025
Binary100000110100011010101001101001010010111010010011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412835; }

 p { color: rgb(65,40,53); }

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

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

 a { background-color: rgb(65,40,53); }

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

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

 span { border-color: rgb(65,40,53); }

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