#422835

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

Shades of Toledo #422835

Tints of Toledo #422835

Color information

#422835 (or 0x422835) is unknown color: approx Toledo. HEX triplet: 42, 28 and 35. RGB value is (66,40,53). Sum of RGB (Red+Green+Blue) = 66+40+53=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 66 - color contains mainly: red. Hex color #422835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422835 is #BDD7CA. Grayscale: #313131. Windows color (decimal): -12441547 or 3483714. OLE color: 3483714.

HSL color Cylindrical-coordinate representation of color #422835: hue angle of 330º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #422835 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.74.

Color convert

RGB664053-
CMYK00.390.200.74
HSL330º24.53%20.78%-
HSV(B)330º39.39%25.88%-
XYZ3.652.933.74-
YUV49.26130.11139.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.51%
GREEN value IS 40 (16.02% from 255) = 25.16%
BLUE value IS 53 (21.09% from 255) = 33.33%
R=41.51%
G=25.16%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66405300.390.200.7433024.5320.78
Hex422835027144A14a1915
Octal1025065047241125123125
Binary100001010100011010101001111010010010101010010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422835; }

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

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

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

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

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

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

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

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