Html Css Color HEX #59492E Punga

📋 copy color: '#59492E'

red 89 ◦ green 73 ◦ blue 46

#59492E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Punga #59492E

Tints of Punga #59492E

RGB

 RED value IS 89 (35.16% from 255) = 42.79%

 GREEN value IS 73 (28.91% from 255) = 35.1%

 BLUE value IS 46 (18.36% from 255) = 22.12%

R = 42.79%
G = 35.1%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#59492E (or 0x59492E) is known color: Punga. HEX triplet: 59, 49 and 2E. RGB value is (89,73,46). Sum of RGB (Red+Green+Blue) = 89+73+46=208 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.79% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 89 - color contains mainly: red. Hex color #59492E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59492E is #A6B6D1. Grayscale: #4A4A4A. Windows color (decimal): -10925778 or 3033433. OLE color: 3033433.

HSL color Cylindrical-coordinate representation of color #59492E: hue angle of 37.67º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59492E is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 73 46 -
CMYK 0 0.18 0.48 0.65
HSL 37.67º 0.32% 0.26% -
HSV(B) 37.67º 0.48% 0.35% -
XYZ 7 7.09 3.58 -
YUV 74.71 111.8 138.2 -
System Red Green Blue C M Y K H S L
Decimal 89 73 46 0 0.18 0.48 0.65 37.67 0.32 0.26
Hex 59 49 2E 0 12 30 41 26 20 1A
Octal 131 111 56 0 22 60 101 46 40 32
Binary 1011001 1001001 101110 0 10010 110000 1000001 100110 100000 11010

Color Harmonies of #59492E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59492E

Black with #59492E

Text Example


Text Example

White with #59492E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59492E; }

 p { color: rgb(89,73,46); }

 H1.HeaderClassName
 {
   color: #59492E;
 }
 .AnyTagClassName
 {
   color: #59492E;
 }
</style>

background-color css

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

 a { background-color: rgb(89,73,46); }

 div.DivClassName
 {
   background-color: #59492E;
 }
 .BgClassName
 {
   background-color: #59492E;
 }
</style>

border-color css

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

 span { border-color: rgb(89,73,46); }

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