#524A33

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

Shades of Punga #524A33

Tints of Punga #524A33

Color information

#524A33 (or 0x524A33) is unknown color: approx Punga. HEX triplet: 52, 4A and 33. RGB value is (82,74,51). Sum of RGB (Red+Green+Blue) = 82+74+51=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 51 (20.31% from 255 or 24.64% from 207); Max value from RGB is 82 - color contains mainly: red. Hex color #524A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524A33 is #ADB5CC. Grayscale: #494949. Windows color (decimal): -11384269 or 3361362. OLE color: 3361362.

HSL color Cylindrical-coordinate representation of color #524A33: hue angle of 44.52º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #524A33 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB827451-
CMYK00.100.380.68
HSL44.52º23.31%26.08%-
HSV(B)44.52º37.8%32.16%-
XYZ6.536.934.13-
YUV73.77115.15133.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.61%
GREEN value IS 74 (29.30% from 255) = 35.75%
BLUE value IS 51 (20.31% from 255) = 24.64%
R=39.61%
G=35.75%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82745100.100.380.6844.5223.3126.08
Hex524A330A26442d171a
Octal1221126301246104552732
Binary101001010010101100110101010011010001001011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,74,51); }

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

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

 a { background-color: rgb(82,74,51); }

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

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

 span { border-color: rgb(82,74,51); }

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