#534628

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

Shades of Punga #534628

Tints of Punga #534628

Color information

#534628 (or 0x534628) is unknown color: approx Punga. HEX triplet: 53, 46 and 28. RGB value is (83,70,40). Sum of RGB (Red+Green+Blue) = 83+70+40=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #534628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534628 is #ACB9D7. Grayscale: #464646. Windows color (decimal): -11319768 or 2639443. OLE color: 2639443.

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

Color convert

RGB837040-
CMYK00.160.520.67
HSL41.86º34.96%24.12%-
HSV(B)41.86º51.81%32.55%-
XYZ6.146.372.91-
YUV70.47110.81136.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.01%
GREEN value IS 70 (27.73% from 255) = 36.27%
BLUE value IS 40 (16.02% from 255) = 20.73%
R=43.01%
G=36.27%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83704000.160.520.6741.8634.9624.12
Hex53462801034432a2318
Octal1231065002064103524330
Binary10100111000110101000010000110100100001110101010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534628; }

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

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

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

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

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

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

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

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