#534031

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

Shades of Paco #534031

Tints of Paco #534031

Color information

#534031 (or 0x534031) is unknown color: approx Paco. HEX triplet: 53, 40 and 31. RGB value is (83,64,49). Sum of RGB (Red+Green+Blue) = 83+64+49=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 49 (19.53% from 255 or 25% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #534031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534031 is #ACBFCE. Grayscale: #444444. Windows color (decimal): -11321295 or 3227731. OLE color: 3227731.

HSL color Cylindrical-coordinate representation of color #534031: hue angle of 26.47º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #534031 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB836449-
CMYK00.230.410.67
HSL26.47º25.76%25.88%-
HSV(B)26.47º40.96%32.55%-
XYZ5.965.733.7-
YUV67.97117.29138.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.35%
GREEN value IS 64 (25.39% from 255) = 32.65%
BLUE value IS 49 (19.53% from 255) = 25%
R=42.35%
G=32.65%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83644900.230.410.6726.4725.7625.88
Hex53403101729431a1a1a
Octal1231006102751103323232
Binary101001110000001100010101111010011000011110101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534031; }

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

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

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

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

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

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

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

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