#534733

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

Shades of Punga #534733

Tints of Punga #534733

Color information

#534733 (or 0x534733) is unknown color: approx Punga. HEX triplet: 53, 47 and 33. RGB value is (83,71,51). Sum of RGB (Red+Green+Blue) = 83+71+51=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #534733 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534733 is #ACB8CC. Grayscale: #484848. Windows color (decimal): -11319501 or 3360595. OLE color: 3360595.

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

Color convert

RGB837151-
CMYK00.140.390.67
HSL37.5º23.88%26.27%-
HSV(B)37.5º38.55%32.55%-
XYZ6.426.584.06-
YUV72.31115.98135.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.49%
GREEN value IS 71 (28.12% from 255) = 34.63%
BLUE value IS 51 (20.31% from 255) = 24.88%
R=40.49%
G=34.63%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83715100.140.390.6737.523.8826.27
Hex5347330E274326181a
Octal1231076301647103463032
Binary101001110001111100110111010011110000111001101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534733; }

 p { color: rgb(83,71,51); }

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

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

 a { background-color: rgb(83,71,51); }

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

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

 span { border-color: rgb(83,71,51); }

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