#422935

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

Shades of Toledo #422935

Tints of Toledo #422935

Color information

#422935 (or 0x422935) is unknown color: approx Toledo. HEX triplet: 42, 29 and 35. RGB value is (66,41,53). Sum of RGB (Red+Green+Blue) = 66+41+53=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 66 - color contains mainly: red. Hex color #422935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422935 is #BDD6CA. Grayscale: #313131. Windows color (decimal): -12441291 or 3483970. OLE color: 3483970.

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

Color convert

RGB664153-
CMYK00.380.200.74
HSL331.2º23.36%20.98%-
HSV(B)331.2º37.88%25.88%-
XYZ3.6833.75-
YUV49.84129.78139.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.25%
GREEN value IS 41 (16.41% from 255) = 25.62%
BLUE value IS 53 (21.09% from 255) = 33.12%
R=41.25%
G=25.62%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66415300.380.200.74331.223.3620.98
Hex422935026144A14b1715
Octal1025165046241125132725
Binary100001010100111010101001101010010010101010010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422935; }

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

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

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

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

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

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

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

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