#533B32

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

Shades of Cioccolato #533B32

Tints of Cioccolato #533B32

Color information

#533B32 (or 0x533B32) is unknown color: approx Cioccolato. HEX triplet: 53, 3B and 32. RGB value is (83,59,50). Sum of RGB (Red+Green+Blue) = 83+59+50=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 59 (23.44% from 255 or 30.73% from 192); Blue value is 50 (19.92% from 255 or 26.04% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #533B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B32 is #ACC4CD. Grayscale: #414141. Windows color (decimal): -11322574 or 3291987. OLE color: 3291987.

HSL color Cylindrical-coordinate representation of color #533B32: hue angle of 16.36º 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 #533B32 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB835950-
CMYK00.290.400.67
HSL16.36º24.81%26.08%-
HSV(B)16.36º39.76%32.55%-
XYZ5.715.23.72-
YUV65.15119.45140.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.23%
GREEN value IS 59 (23.44% from 255) = 30.73%
BLUE value IS 50 (19.92% from 255) = 26.04%
R=43.23%
G=30.73%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83595000.290.400.6716.3624.8126.08
Hex533B3201D284310191a
Octal123736203550103203132
Binary10100111110111100100111011010001000011100001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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