#533E32

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

Shades of Paco #533E32

Tints of Paco #533E32

Color information

#533E32 (or 0x533E32) is unknown color: approx Paco. HEX triplet: 53, 3E and 32. RGB value is (83,62,50). Sum of RGB (Red+Green+Blue) = 83+62+50=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 62 (24.61% from 255 or 31.79% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #533E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E32 is #ACC1CD. Grayscale: #424242. Windows color (decimal): -11321806 or 3292755. OLE color: 3292755.

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

Color convert

RGB836250-
CMYK00.250.400.67
HSL21.82º24.81%26.08%-
HSV(B)21.82º39.76%32.55%-
XYZ5.875.513.77-
YUV66.91118.46139.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.56%
GREEN value IS 62 (24.61% from 255) = 31.79%
BLUE value IS 50 (19.92% from 255) = 25.64%
R=42.56%
G=31.79%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83625000.250.400.6721.8224.8126.08
Hex533E32019284316191a
Octal123766203150103263132
Binary10100111111101100100110011010001000011101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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