#533F32

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

Shades of Paco #533F32

Tints of Paco #533F32

Color information

#533F32 (or 0x533F32) is unknown color: approx Paco. HEX triplet: 53, 3F and 32. RGB value is (83,63,50). Sum of RGB (Red+Green+Blue) = 83+63+50=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #533F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F32 is #ACC0CD. Grayscale: #434343. Windows color (decimal): -11321550 or 3293011. OLE color: 3293011.

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

Color convert

RGB836350-
CMYK00.240.400.67
HSL23.64º24.81%26.08%-
HSV(B)23.64º39.76%32.55%-
XYZ5.925.623.79-
YUV67.5118.13139.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.35%
GREEN value IS 63 (25% from 255) = 32.14%
BLUE value IS 50 (19.92% from 255) = 25.51%
R=42.35%
G=32.14%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83635000.240.400.6723.6424.8126.08
Hex533F32018284318191a
Octal123776203050103303132
Binary10100111111111100100110001010001000011110001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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