#533B2E

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

Shades of Paco #533B2E

Tints of Paco #533B2E

Color information

#533B2E (or 0x533B2E) is unknown color: approx Paco. HEX triplet: 53, 3B and 2E. RGB value is (83,59,46). Sum of RGB (Red+Green+Blue) = 83+59+46=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 59 (23.44% from 255 or 31.38% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #533B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B2E is #ACC4D1. Grayscale: #404040. Windows color (decimal): -11322578 or 3029843. OLE color: 3029843.

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

Color convert

RGB835946-
CMYK00.290.450.67
HSL21.08º28.68%25.29%-
HSV(B)21.08º44.58%32.55%-
XYZ5.625.163.29-
YUV64.69117.45141.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.15%
GREEN value IS 59 (23.44% from 255) = 31.38%
BLUE value IS 46 (18.36% from 255) = 24.47%
R=44.15%
G=31.38%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83594600.290.450.6721.0828.6825.29
Hex533B2E01D2D43151d19
Octal123735603555103253531
Binary10100111110111011100111011011011000011101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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