#422933

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

Shades of Toledo #422933

Tints of Toledo #422933

Color information

#422933 (or 0x422933) is unknown color: approx Toledo. HEX triplet: 42, 29 and 33. RGB value is (66,41,51). Sum of RGB (Red+Green+Blue) = 66+41+51=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 66 - color contains mainly: red. Hex color #422933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422933 is #BDD6CC. Grayscale: #313131. Windows color (decimal): -12441293 or 3352898. OLE color: 3352898.

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

Color convert

RGB664151-
CMYK00.380.230.74
HSL336º23.36%20.98%-
HSV(B)336º37.88%25.88%-
XYZ3.642.983.52-
YUV49.62128.78139.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.77%
GREEN value IS 41 (16.41% from 255) = 25.95%
BLUE value IS 51 (20.31% from 255) = 32.28%
R=41.77%
G=25.95%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66415100.380.230.7433623.3620.98
Hex422933026174A1501715
Octal1025163046271125202725
Binary100001010100111001101001101011110010101010100001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422933; }

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

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

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

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

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

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

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

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