#442E2F

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

Shades of Havana #442E2F

Tints of Havana #442E2F

Color information

#442E2F (or 0x442E2F) is unknown color: approx Havana. HEX triplet: 44, 2E and 2F. RGB value is (68,46,47). Sum of RGB (Red+Green+Blue) = 68+46+47=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 68 - color contains mainly: red. Hex color #442E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442E2F is #BBD1D0. Grayscale: #343434. Windows color (decimal): -12308945 or 3092036. OLE color: 3092036.

HSL color Cylindrical-coordinate representation of color #442E2F: hue angle of 357.27º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #442E2F is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB684647-
CMYK00.320.310.73
HSL357.27º19.3%22.35%-
HSV(B)357.27º32.35%26.67%-
XYZ3.873.393.14-
YUV52.69124.79138.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.24%
GREEN value IS 46 (18.36% from 255) = 28.57%
BLUE value IS 47 (18.75% from 255) = 29.19%
R=42.24%
G=28.57%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68464700.320.310.73357.2719.322.35
Hex442E2F0201F491651316
Octal1045657040371115452326
Binary100010010111010111101000001111110010011011001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442E2F; }

 p { color: rgb(68,46,47); }

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

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

 a { background-color: rgb(68,46,47); }

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

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

 span { border-color: rgb(68,46,47); }

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