Html Css Color HEX #594C32 Punga

📋 copy color: '#594C32'

red 89 ◦ green 76 ◦ blue 50

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

Shades of Punga #594C32

Tints of Punga #594C32

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.35%

 BLUE value IS 50 (19.92% from 255) = 23.26%

R = 41.4%
G = 35.35%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#594C32 (or 0x594C32) is known color: Punga. HEX triplet: 59, 4C and 32. RGB value is (89,76,50). Sum of RGB (Red+Green+Blue) = 89+76+50=215 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.40% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 89 - color contains mainly: red. Hex color #594C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594C32 is #A6B3CD. Grayscale: #4D4D4D. Windows color (decimal): -10925006 or 3296345. OLE color: 3296345.

HSL color Cylindrical-coordinate representation of color #594C32: hue angle of 40º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #594C32 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 76 50 -
CMYK 0 0.15 0.44 0.65
HSL 40º 0.28% 0.27% -
HSV(B) 40º 0.44% 0.35% -
XYZ 7.28 7.52 4.09 -
YUV 76.92 112.81 136.61 -
System Red Green Blue C M Y K H S L
Decimal 89 76 50 0 0.15 0.44 0.65 40 0.28 0.27
Hex 59 4C 32 0 F 2C 41 28 1C 1B
Octal 131 114 62 0 17 54 101 50 34 33
Binary 1011001 1001100 110010 0 1111 101100 1000001 101000 11100 11011

Color Harmonies of #594C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594C32

Black with #594C32

Text Example


Text Example

White with #594C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594C32; }

 p { color: rgb(89,76,50); }

 H1.HeaderClassName
 {
   color: #594C32;
 }
 .AnyTagClassName
 {
   color: #594C32;
 }
</style>

background-color css

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

 a { background-color: rgb(89,76,50); }

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

border-color css

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

 span { border-color: rgb(89,76,50); }

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