#533E31

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

Shades of Paco #533E31

Tints of Paco #533E31

Color information

#533E31 (or 0x533E31) is unknown color: approx Paco. HEX triplet: 53, 3E and 31. RGB value is (83,62,49). Sum of RGB (Red+Green+Blue) = 83+62+49=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 62 (24.61% from 255 or 31.96% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #533E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E31 is #ACC1CE. Grayscale: #424242. Windows color (decimal): -11321807 or 3227219. OLE color: 3227219.

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

Color convert

RGB836249-
CMYK00.250.410.67
HSL22.94º25.76%25.88%-
HSV(B)22.94º40.96%32.55%-
XYZ5.845.513.66-
YUV66.8117.96139.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.78%
GREEN value IS 62 (24.61% from 255) = 31.96%
BLUE value IS 49 (19.53% from 255) = 25.26%
R=42.78%
G=31.96%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83624900.250.410.6722.9425.7625.88
Hex533E310192943171a1a
Octal123766103151103273232
Binary10100111111101100010110011010011000011101111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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