#534833

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

Shades of Punga #534833

Tints of Punga #534833

Color information

#534833 (or 0x534833) is unknown color: approx Punga. HEX triplet: 53, 48 and 33. RGB value is (83,72,51). Sum of RGB (Red+Green+Blue) = 83+72+51=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #534833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534833 is #ACB7CC. Grayscale: #484848. Windows color (decimal): -11319245 or 3360851. OLE color: 3360851.

HSL color Cylindrical-coordinate representation of color #534833: hue angle of 39.38º 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 #534833 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB837251-
CMYK00.130.390.67
HSL39.38º23.88%26.27%-
HSV(B)39.38º38.55%32.55%-
XYZ6.486.714.09-
YUV72.89115.64135.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.29%
GREEN value IS 72 (28.52% from 255) = 34.95%
BLUE value IS 51 (20.31% from 255) = 24.76%
R=40.29%
G=34.95%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83725100.130.390.6739.3823.8826.27
Hex5348330D274327181a
Octal1231106301547103473032
Binary101001110010001100110110110011110000111001111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534833; }

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

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

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

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

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

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

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

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