#534A30

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

Shades of Punga #534A30

Tints of Punga #534A30

Color information

#534A30 (or 0x534A30) is unknown color: approx Punga. HEX triplet: 53, 4A and 30. RGB value is (83,74,48). Sum of RGB (Red+Green+Blue) = 83+74+48=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #534A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A30 is #ACB5CF. Grayscale: #494949. Windows color (decimal): -11318736 or 3164755. OLE color: 3164755.

HSL color Cylindrical-coordinate representation of color #534A30: hue angle of 44.57º 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 #534A30 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB837448-
CMYK00.110.420.67
HSL44.57º26.72%25.69%-
HSV(B)44.57º42.17%32.55%-
XYZ6.556.953.79-
YUV73.73113.48134.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.49%
GREEN value IS 74 (29.30% from 255) = 36.10%
BLUE value IS 48 (19.14% from 255) = 23.41%
R=40.49%
G=36.10%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83744800.110.420.6744.5726.7225.69
Hex534A300B2A432d1b1a
Octal1231126001352103553332
Binary101001110010101100000101110101010000111011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534A30; }

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

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

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

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

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

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

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

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