Html Css Color HEX #442E2F Havana

📋 copy color: '#442E2F'

red 68 ◦ green 46 ◦ blue 47

#442E2F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havana #442E2F

Tints of Havana #442E2F

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 value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#442E2F (or 0x442E2F) is known color: 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

RGB 68 46 47 -
CMYK 0 0.32 0.31 0.73
HSL 357.27º 0.19% 0.22% -
HSV(B) 357.27º 0.32% 0.27% -
XYZ 3.87 3.39 3.14 -
YUV 52.69 124.79 138.92 -
System Red Green Blue C M Y K H S L
Decimal 68 46 47 0 0.32 0.31 0.73 357.27 0.19 0.22
Hex 44 2E 2F 0 20 1F 49 165 13 16
Octal 104 56 57 0 40 37 111 545 23 26
Binary 1000100 101110 101111 0 100000 11111 1001001 101100101 10011 10110

Color Harmonies of #442E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442E2F

Black with #442E2F

Text Example


Text Example

White with #442E2F

Text Example


Text Example

HTML Codes & Css Web 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>