#524B36

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

Shades of Punga #524B36

Tints of Punga #524B36

Color information

#524B36 (or 0x524B36) is unknown color: approx Punga. HEX triplet: 52, 4B and 36. RGB value is (82,75,54). Sum of RGB (Red+Green+Blue) = 82+75+54=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 82 - color contains mainly: red. Hex color #524B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524B36 is #ADB4C9. Grayscale: #4A4A4A. Windows color (decimal): -11384010 or 3558226. OLE color: 3558226.

HSL color Cylindrical-coordinate representation of color #524B36: hue angle of 45º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #524B36 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.68.

Color convert

RGB827554-
CMYK00.090.340.68
HSL45º20.59%26.67%-
HSV(B)45º34.15%32.16%-
XYZ6.667.094.51-
YUV74.7116.32133.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.86%
GREEN value IS 75 (29.69% from 255) = 35.55%
BLUE value IS 54 (21.48% from 255) = 25.59%
R=38.86%
G=35.55%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82755400.090.340.684520.5926.67
Hex524B360922442d151b
Octal1221136601142104552533
Binary101001010010111101100100110001010001001011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524B36; }

 p { color: rgb(82,75,54); }

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

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

 a { background-color: rgb(82,75,54); }

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

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

 span { border-color: rgb(82,75,54); }

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