#422A2C

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

Shades of Havana #422A2C

Tints of Havana #422A2C

Color information

#422A2C (or 0x422A2C) is unknown color: approx Havana. HEX triplet: 42, 2A and 2C. RGB value is (66,42,44). Sum of RGB (Red+Green+Blue) = 66+42+44=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 42 (16.80% from 255 or 27.63% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 66 - color contains mainly: red. Hex color #422A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422A2C is #BDD5D3. Grayscale: #313131. Windows color (decimal): -12441044 or 2894402. OLE color: 2894402.

HSL color Cylindrical-coordinate representation of color #422A2C: hue angle of 355º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #422A2C is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB664244-
CMYK00.360.330.74
HSL355º22.22%21.18%-
HSV(B)355º36.36%25.88%-
XYZ3.5332.78-
YUV49.4124.95139.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.42%
GREEN value IS 42 (16.80% from 255) = 27.63%
BLUE value IS 44 (17.58% from 255) = 28.95%
R=43.42%
G=27.63%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66424400.360.330.7435522.2221.18
Hex422A2C024214A1631615
Octal1025254044411125432625
Binary1000010101010101100010010010000110010101011000111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422A2C; }

 p { color: rgb(66,42,44); }

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

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

 a { background-color: rgb(66,42,44); }

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

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

 span { border-color: rgb(66,42,44); }

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