#524935

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

Shades of Punga #524935

Tints of Punga #524935

Color information

#524935 (or 0x524935) is unknown color: approx Punga. HEX triplet: 52, 49 and 35. RGB value is (82,73,53). Sum of RGB (Red+Green+Blue) = 82+73+53=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 82 - color contains mainly: red. Hex color #524935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524935 is #ADB6CA. Grayscale: #494949. Windows color (decimal): -11384523 or 3492178. OLE color: 3492178.

HSL color Cylindrical-coordinate representation of color #524935: hue angle of 41.38º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #524935 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB827353-
CMYK00.110.350.68
HSL41.38º21.48%26.47%-
HSV(B)41.38º35.37%32.16%-
XYZ6.56.824.34-
YUV73.41116.48134.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.42%
GREEN value IS 73 (28.91% from 255) = 35.10%
BLUE value IS 53 (21.09% from 255) = 25.48%
R=39.42%
G=35.10%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82735300.110.350.6841.3821.4826.47
Hex5249350B234429151a
Octal1221116501343104512532
Binary101001010010011101010101110001110001001010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524935; }

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

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

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

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

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

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

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

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