#432A2B

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

Shades of Havana #432A2B

Tints of Havana #432A2B

Color information

#432A2B (or 0x432A2B) is unknown color: approx Havana. HEX triplet: 43, 2A and 2B. RGB value is (67,42,43). Sum of RGB (Red+Green+Blue) = 67+42+43=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 42 (16.80% from 255 or 27.63% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 67 - color contains mainly: red. Hex color #432A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432A2B is #BCD5D4. Grayscale: #313131. Windows color (decimal): -12375509 or 2828867. OLE color: 2828867.

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

Color convert

RGB674243-
CMYK00.370.360.74
HSL357.6º22.94%21.37%-
HSV(B)357.6º37.31%26.27%-
XYZ3.583.022.68-
YUV49.59124.28140.42-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.08%
GREEN value IS 42 (16.80% from 255) = 27.63%
BLUE value IS 43 (17.19% from 255) = 28.29%
R=44.08%
G=27.63%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67424300.370.360.74357.622.9421.37
Hex432A2B025244A1661715
Octal1035253045441125462725
Binary1000011101010101011010010110010010010101011001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432A2B; }

 p { color: rgb(67,42,43); }

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

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

 a { background-color: rgb(67,42,43); }

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

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

 span { border-color: rgb(67,42,43); }

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