#422633

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

Shades of Toledo #422633

Tints of Toledo #422633

Color information

#422633 (or 0x422633) is unknown color: approx Toledo. HEX triplet: 42, 26 and 33. RGB value is (66,38,51). Sum of RGB (Red+Green+Blue) = 66+38+51=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 51 (20.31% from 255 or 32.90% from 155); Max value from RGB is 66 - color contains mainly: red. Hex color #422633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422633 is #BDD9CC. Grayscale: #2F2F2F. Windows color (decimal): -12442061 or 3352130. OLE color: 3352130.

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

Color convert

RGB663851-
CMYK00.420.230.74
HSL332.14º26.92%20.39%-
HSV(B)332.14º42.42%25.88%-
XYZ3.542.783.48-
YUV47.85129.78140.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.58%
GREEN value IS 38 (15.23% from 255) = 24.52%
BLUE value IS 51 (20.31% from 255) = 32.90%
R=42.58%
G=24.52%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66385100.420.230.74332.1426.9220.39
Hex42263302A174A14c1b14
Octal1024663052271125143324
Binary100001010011011001101010101011110010101010011001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422633; }

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

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

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

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

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

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

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

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