#413233

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

Shades of Havana #413233

Tints of Havana #413233

Color information

#413233 (or 0x413233) is unknown color: approx Havana. HEX triplet: 41, 32 and 33. RGB value is (65,50,51). Sum of RGB (Red+Green+Blue) = 65+50+51=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 65 - color contains mainly: red. Hex color #413233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413233 is #BECDCC. Grayscale: #363636. Windows color (decimal): -12504525 or 3355201. OLE color: 3355201.

HSL color Cylindrical-coordinate representation of color #413233: hue angle of 356º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #413233 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB655051-
CMYK00.230.220.75
HSL356º13.04%22.55%-
HSV(B)356º23.08%25.49%-
XYZ3.923.643.63-
YUV54.6125.97135.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.16%
GREEN value IS 50 (19.92% from 255) = 30.12%
BLUE value IS 51 (20.31% from 255) = 30.72%
R=39.16%
G=30.12%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65505100.230.220.7535613.0422.55
Hex413233017164B164d17
Octal1016263027261135441527
Binary1000001110010110011010111101101001011101100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413233; }

 p { color: rgb(65,50,51); }

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

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

 a { background-color: rgb(65,50,51); }

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

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

 span { border-color: rgb(65,50,51); }

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