#422C2E

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

Shades of Havana #422C2E

Tints of Havana #422C2E

Color information

#422C2E (or 0x422C2E) is unknown color: approx Havana. HEX triplet: 42, 2C and 2E. RGB value is (66,44,46). Sum of RGB (Red+Green+Blue) = 66+44+46=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 66 - color contains mainly: red. Hex color #422C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422C2E is #BDD3D1. Grayscale: #323232. Windows color (decimal): -12440530 or 3025986. OLE color: 3025986.

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

Color convert

RGB664446-
CMYK00.330.300.74
HSL354.55º20%21.57%-
HSV(B)354.55º33.33%25.88%-
XYZ3.643.163-
YUV50.81125.29138.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.31%
GREEN value IS 44 (17.58% from 255) = 28.21%
BLUE value IS 46 (18.36% from 255) = 29.49%
R=42.31%
G=28.21%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66444600.330.300.74354.552021.57
Hex422C2E0211E4A1631416
Octal1025456041361125432426
Binary100001010110010111001000011111010010101011000111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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