#534930

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

Shades of Punga #534930

Tints of Punga #534930

Color information

#534930 (or 0x534930) is unknown color: approx Punga. HEX triplet: 53, 49 and 30. RGB value is (83,73,48). Sum of RGB (Red+Green+Blue) = 83+73+48=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #534930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534930 is #ACB6CF. Grayscale: #494949. Windows color (decimal): -11318992 or 3164499. OLE color: 3164499.

HSL color Cylindrical-coordinate representation of color #534930: hue angle of 42.86º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #534930 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB837348-
CMYK00.120.420.67
HSL42.86º26.72%25.69%-
HSV(B)42.86º42.17%32.55%-
XYZ6.486.823.77-
YUV73.14113.81135.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.69%
GREEN value IS 73 (28.91% from 255) = 35.78%
BLUE value IS 48 (19.14% from 255) = 23.53%
R=40.69%
G=35.78%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83734800.120.420.6742.8626.7225.69
Hex5349300C2A432b1b1a
Octal1231116001452103533332
Binary101001110010011100000110010101010000111010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534930; }

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

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

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

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

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

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

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

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