#534036

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

Shades of Paco #534036

Tints of Paco #534036

Color information

#534036 (or 0x534036) is unknown color: approx Paco. HEX triplet: 53, 40 and 36. RGB value is (83,64,54). Sum of RGB (Red+Green+Blue) = 83+64+54=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #534036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534036 is #ACBFC9. Grayscale: #444444. Windows color (decimal): -11321290 or 3555411. OLE color: 3555411.

HSL color Cylindrical-coordinate representation of color #534036: hue angle of 20.69º 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 #534036 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB836454-
CMYK00.230.350.67
HSL20.69º21.17%26.86%-
HSV(B)20.69º34.94%32.55%-
XYZ6.075.774.28-
YUV68.54119.79138.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.29%
GREEN value IS 64 (25.39% from 255) = 31.84%
BLUE value IS 54 (21.48% from 255) = 26.87%
R=41.29%
G=31.84%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83645400.230.350.6720.6921.1726.86
Hex534036017234315151b
Octal1231006602743103252533
Binary101001110000001101100101111000111000011101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534036; }

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

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

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

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

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

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

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

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