#524B35

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

Shades of Punga #524B35

Tints of Punga #524B35

Color information

#524B35 (or 0x524B35) is unknown color: approx Punga. HEX triplet: 52, 4B and 35. RGB value is (82,75,53). Sum of RGB (Red+Green+Blue) = 82+75+53=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 82 - color contains mainly: red. Hex color #524B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524B35 is #ADB4CA. Grayscale: #4A4A4A. Windows color (decimal): -11384011 or 3492690. OLE color: 3492690.

HSL color Cylindrical-coordinate representation of color #524B35: hue angle of 45.52º 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 #524B35 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB827553-
CMYK00.090.350.68
HSL45.52º21.48%26.47%-
HSV(B)45.52º35.37%32.16%-
XYZ6.647.084.39-
YUV74.59115.82133.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.05%
GREEN value IS 75 (29.69% from 255) = 35.71%
BLUE value IS 53 (21.09% from 255) = 25.24%
R=39.05%
G=35.71%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82755300.090.350.6845.5221.4826.47
Hex524B350923442e151a
Octal1221136501143104562532
Binary101001010010111101010100110001110001001011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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