#533D2E

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

Shades of Paco #533D2E

Tints of Paco #533D2E

Color information

#533D2E (or 0x533D2E) is unknown color: approx Paco. HEX triplet: 53, 3D and 2E. RGB value is (83,61,46). Sum of RGB (Red+Green+Blue) = 83+61+46=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 61 (24.22% from 255 or 32.11% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #533D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D2E is #ACC2D1. Grayscale: #414141. Windows color (decimal): -11322066 or 3030355. OLE color: 3030355.

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

Color convert

RGB836146-
CMYK00.270.450.67
HSL24.32º28.68%25.29%-
HSV(B)24.32º44.58%32.55%-
XYZ5.735.373.32-
YUV65.87116.79140.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.68%
GREEN value IS 61 (24.22% from 255) = 32.11%
BLUE value IS 46 (18.36% from 255) = 24.21%
R=43.68%
G=32.11%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83614600.270.450.6724.3228.6825.29
Hex533D2E01B2D43181d19
Octal123755603355103303531
Binary10100111111011011100110111011011000011110001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,61,46); }

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

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

 a { background-color: rgb(83,61,46); }

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

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

 span { border-color: rgb(83,61,46); }

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