#534629

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

Shades of Punga #534629

Tints of Punga #534629

Color information

#534629 (or 0x534629) is unknown color: approx Punga. HEX triplet: 53, 46 and 29. RGB value is (83,70,41). Sum of RGB (Red+Green+Blue) = 83+70+41=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #534629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534629 is #ACB9D6. Grayscale: #464646. Windows color (decimal): -11319767 or 2704979. OLE color: 2704979.

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

Color convert

RGB837041-
CMYK00.160.510.67
HSL41.43º33.87%24.31%-
HSV(B)41.43º50.6%32.55%-
XYZ6.166.383-
YUV70.58111.31136.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.78%
GREEN value IS 70 (27.73% from 255) = 36.08%
BLUE value IS 41 (16.41% from 255) = 21.13%
R=42.78%
G=36.08%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83704100.160.510.6741.4333.8724.31
Hex5346290103343292218
Octal1231065102063103514230
Binary10100111000110101001010000110011100001110100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534629; }

 p { color: rgb(83,70,41); }

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

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

 a { background-color: rgb(83,70,41); }

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

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

 span { border-color: rgb(83,70,41); }

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