#533A32

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

Shades of Cioccolato #533A32

Tints of Cioccolato #533A32

Color information

#533A32 (or 0x533A32) is unknown color: approx Cioccolato. HEX triplet: 53, 3A and 32. RGB value is (83,58,50). Sum of RGB (Red+Green+Blue) = 83+58+50=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #533A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A32 is #ACC5CD. Grayscale: #404040. Windows color (decimal): -11322830 or 3291731. OLE color: 3291731.

HSL color Cylindrical-coordinate representation of color #533A32: hue angle of 14.55º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #533A32 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB835850-
CMYK00.300.400.67
HSL14.55º24.81%26.08%-
HSV(B)14.55º39.76%32.55%-
XYZ5.665.13.7-
YUV64.56119.78141.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.46%
GREEN value IS 58 (23.05% from 255) = 30.37%
BLUE value IS 50 (19.92% from 255) = 26.18%
R=43.46%
G=30.37%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83585000.300.400.6714.5524.8126.08
Hex533A3201E2843f191a
Octal123726203650103173132
Binary1010011111010110010011110101000100001111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533A32; }

 p { color: rgb(83,58,50); }

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

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

 a { background-color: rgb(83,58,50); }

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

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

 span { border-color: rgb(83,58,50); }

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