#422A2D

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

Shades of Havana #422A2D

Tints of Havana #422A2D

Color information

#422A2D (or 0x422A2D) is unknown color: approx Havana. HEX triplet: 42, 2A and 2D. RGB value is (66,42,45). Sum of RGB (Red+Green+Blue) = 66+42+45=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 66 - color contains mainly: red. Hex color #422A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422A2D is #BDD5D2. Grayscale: #313131. Windows color (decimal): -12441043 or 2959938. OLE color: 2959938.

HSL color Cylindrical-coordinate representation of color #422A2D: hue angle of 352.5º 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 #422A2D is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.74.

Color convert

RGB664245-
CMYK00.360.320.74
HSL352.5º22.22%21.18%-
HSV(B)352.5º36.36%25.88%-
XYZ3.5532.88-
YUV49.52125.45139.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.14%
GREEN value IS 42 (16.80% from 255) = 27.45%
BLUE value IS 45 (17.97% from 255) = 29.41%
R=43.14%
G=27.45%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66424500.360.320.74352.522.2221.18
Hex422A2D024204A1601615
Octal1025255044401125402625
Binary1000010101010101101010010010000010010101011000001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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