#533F36

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

Shades of Paco #533F36

Tints of Paco #533F36

Color information

#533F36 (or 0x533F36) is unknown color: approx Paco. HEX triplet: 53, 3F and 36. RGB value is (83,63,54). Sum of RGB (Red+Green+Blue) = 83+63+54=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 54 (21.48% from 255 or 27% from 200); Max value from RGB is 83 - color contains mainly: red. Hex color #533F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F36 is #ACC0C9. Grayscale: #444444. Windows color (decimal): -11321546 or 3555155. OLE color: 3555155.

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

Color convert

RGB836354-
CMYK00.240.350.67
HSL18.62º21.17%26.86%-
HSV(B)18.62º34.94%32.55%-
XYZ6.015.664.27-
YUV67.95120.13138.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.5%
GREEN value IS 63 (25% from 255) = 31.5%
BLUE value IS 54 (21.48% from 255) = 27%
R=41.5%
G=31.5%
B=27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83635400.240.350.6718.6221.1726.86
Hex533F36018234313151b
Octal123776603043103232533
Binary10100111111111101100110001000111000011100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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