Html Css Color HEX #59482D Punga

📋 copy color: '#59482D'

red 89 ◦ green 72 ◦ blue 45

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

Shades of Punga #59482D

Tints of Punga #59482D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.84%

R = 43.2%
G = 34.95%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#59482D (or 0x59482D) is known color: Punga. HEX triplet: 59, 48 and 2D. RGB value is (89,72,45). Sum of RGB (Red+Green+Blue) = 89+72+45=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 89 - color contains mainly: red. Hex color #59482D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59482D is #A6B7D2. Grayscale: #4A4A4A. Windows color (decimal): -10926035 or 2967641. OLE color: 2967641.

HSL color Cylindrical-coordinate representation of color #59482D: hue angle of 36.82º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59482D is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 72 45 -
CMYK 0 0.19 0.49 0.65
HSL 36.82º 0.33% 0.26% -
HSV(B) 36.82º 0.49% 0.35% -
XYZ 6.91 6.95 3.46 -
YUV 74.01 111.63 138.7 -
System Red Green Blue C M Y K H S L
Decimal 89 72 45 0 0.19 0.49 0.65 36.82 0.33 0.26
Hex 59 48 2D 0 13 31 41 25 21 1A
Octal 131 110 55 0 23 61 101 45 41 32
Binary 1011001 1001000 101101 0 10011 110001 1000001 100101 100001 11010

Color Harmonies of #59482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59482D

Black with #59482D

Text Example


Text Example

White with #59482D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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