#422934

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

Shades of Toledo #422934

Tints of Toledo #422934

Color information

#422934 (or 0x422934) is unknown color: approx Toledo. HEX triplet: 42, 29 and 34. RGB value is (66,41,52). Sum of RGB (Red+Green+Blue) = 66+41+52=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 52 (20.70% from 255 or 32.70% from 159); Max value from RGB is 66 - color contains mainly: red. Hex color #422934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422934 is #BDD6CB. Grayscale: #313131. Windows color (decimal): -12441292 or 3418434. OLE color: 3418434.

HSL color Cylindrical-coordinate representation of color #422934: hue angle of 333.6º 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 #422934 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB664152-
CMYK00.380.210.74
HSL333.6º23.36%20.98%-
HSV(B)333.6º37.88%25.88%-
XYZ3.662.993.63-
YUV49.73129.28139.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.51%
GREEN value IS 41 (16.41% from 255) = 25.79%
BLUE value IS 52 (20.70% from 255) = 32.70%
R=41.51%
G=25.79%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66415200.380.210.74333.623.3620.98
Hex422934026154A14e1715
Octal1025164046251125162725
Binary100001010100111010001001101010110010101010011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422934; }

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

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

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

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

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

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

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

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