#534235

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

Shades of Paco #534235

Tints of Paco #534235

Color information

#534235 (or 0x534235) is unknown color: approx Paco. HEX triplet: 53, 42 and 35. RGB value is (83,66,53). Sum of RGB (Red+Green+Blue) = 83+66+53=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 83 - color contains mainly: red. Hex color #534235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534235 is #ACBDCA. Grayscale: #454545. Windows color (decimal): -11320779 or 3490387. OLE color: 3490387.

HSL color Cylindrical-coordinate representation of color #534235: hue angle of 26º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #534235 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB836653-
CMYK00.200.360.67
HSL26º22.06%26.67%-
HSV(B)26º36.14%32.55%-
XYZ6.165.994.2-
YUV69.6118.63137.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.09%
GREEN value IS 66 (26.17% from 255) = 32.67%
BLUE value IS 53 (21.09% from 255) = 26.24%
R=41.09%
G=32.67%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83665300.200.360.672622.0626.67
Hex53423501424431a161b
Octal1231026502444103322633
Binary101001110000101101010101001001001000011110101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534235; }

 p { color: rgb(83,66,53); }

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

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

 a { background-color: rgb(83,66,53); }

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

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

 span { border-color: rgb(83,66,53); }

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