#534935

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

Shades of Punga #534935

Tints of Punga #534935

Color information

#534935 (or 0x534935) is unknown color: approx Punga. HEX triplet: 53, 49 and 35. RGB value is (83,73,53). Sum of RGB (Red+Green+Blue) = 83+73+53=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 83 - color contains mainly: red. Hex color #534935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534935 is #ACB6CA. Grayscale: #494949. Windows color (decimal): -11318987 or 3492179. OLE color: 3492179.

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

Color convert

RGB837353-
CMYK00.120.360.67
HSL40º22.06%26.67%-
HSV(B)40º36.14%32.55%-
XYZ6.596.864.35-
YUV73.71116.31134.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.71%
GREEN value IS 73 (28.91% from 255) = 34.93%
BLUE value IS 53 (21.09% from 255) = 25.36%
R=39.71%
G=34.93%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83735300.120.360.674022.0626.67
Hex5349350C244328161b
Octal1231116501444103502633
Binary101001110010011101010110010010010000111010001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534935; }

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

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

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

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

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

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

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

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