Html Css Color HEX #59482E Punga

📋 copy color: '#59482E'

red 89 ◦ green 72 ◦ blue 46

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

Shades of Punga #59482E

Tints of Punga #59482E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.78%

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

R = 43%
G = 34.78%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#59482E (or 0x59482E) is known color: Punga. HEX triplet: 59, 48 and 2E. RGB value is (89,72,46). Sum of RGB (Red+Green+Blue) = 89+72+46=207 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.00% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 89 - color contains mainly: red. Hex color #59482E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59482E is #A6B7D1. Grayscale: #4A4A4A. Windows color (decimal): -10926034 or 3033177. OLE color: 3033177.

HSL color Cylindrical-coordinate representation of color #59482E: hue angle of 36.28º 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 #59482E is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 72 46 -
CMYK 0 0.19 0.48 0.65
HSL 36.28º 0.32% 0.26% -
HSV(B) 36.28º 0.48% 0.35% -
XYZ 6.93 6.96 3.56 -
YUV 74.12 112.13 138.61 -
System Red Green Blue C M Y K H S L
Decimal 89 72 46 0 0.19 0.48 0.65 36.28 0.32 0.26
Hex 59 48 2E 0 13 30 41 24 20 1A
Octal 131 110 56 0 23 60 101 44 40 32
Binary 1011001 1001000 101110 0 10011 110000 1000001 100100 100000 11010

Color Harmonies of #59482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59482E

Black with #59482E

Text Example


Text Example

White with #59482E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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