Html Css Color HEX #59492B Punga

📋 copy color: '#59492B'

red 89 ◦ green 73 ◦ blue 43

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

Shades of Punga #59492B

Tints of Punga #59492B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.98%

R = 43.41%
G = 35.61%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#59492B (or 0x59492B) is known color: Punga. HEX triplet: 59, 49 and 2B. RGB value is (89,73,43). Sum of RGB (Red+Green+Blue) = 89+73+43=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #59492B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59492B is #A6B6D4. Grayscale: #4A4A4A. Windows color (decimal): -10925781 or 2836825. OLE color: 2836825.

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

Color convert

RGB 89 73 43 -
CMYK 0 0.18 0.52 0.65
HSL 39.13º 0.35% 0.26% -
HSV(B) 39.13º 0.52% 0.35% -
XYZ 6.94 7.06 3.28 -
YUV 74.36 110.3 138.44 -
System Red Green Blue C M Y K H S L
Decimal 89 73 43 0 0.18 0.52 0.65 39.13 0.35 0.26
Hex 59 49 2B 0 12 34 41 27 23 1A
Octal 131 111 53 0 22 64 101 47 43 32
Binary 1011001 1001001 101011 0 10010 110100 1000001 100111 100011 11010

Color Harmonies of #59492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59492B

Black with #59492B

Text Example


Text Example

White with #59492B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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