#423132

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

Shades of Havana #423132

Tints of Havana #423132

Color information

#423132 (or 0x423132) is unknown color: approx Havana. HEX triplet: 42, 31 and 32. RGB value is (66,49,50). Sum of RGB (Red+Green+Blue) = 66+49+50=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 66 - color contains mainly: red. Hex color #423132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423132 is #BDCECD. Grayscale: #363636. Windows color (decimal): -12439246 or 3289410. OLE color: 3289410.

HSL color Cylindrical-coordinate representation of color #423132: hue angle of 356.47º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #423132 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.74.

Color convert

RGB664950-
CMYK00.260.240.74
HSL356.47º14.78%22.55%-
HSV(B)356.47º25.76%25.88%-
XYZ3.923.593.5-
YUV54.2125.63136.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40%
GREEN value IS 49 (19.53% from 255) = 29.70%
BLUE value IS 50 (19.92% from 255) = 30.30%
R=40%
G=29.70%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66495000.260.240.74356.4714.7822.55
Hex42313201A184A164f17
Octal1026162032301125441727
Binary1000010110001110010011010110001001010101100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423132; }

 p { color: rgb(66,49,50); }

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

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

 a { background-color: rgb(66,49,50); }

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

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

 span { border-color: rgb(66,49,50); }

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