Html Css Color HEX #594C2E Punga

📋 copy color: '#594C2E'

red 89 ◦ green 76 ◦ blue 46

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

Shades of Punga #594C2E

Tints of Punga #594C2E

RGB

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

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

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

R = 42.18%
G = 36.02%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#594C2E (or 0x594C2E) is known color: Punga. HEX triplet: 59, 4C and 2E. RGB value is (89,76,46). Sum of RGB (Red+Green+Blue) = 89+76+46=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 89 - color contains mainly: red. Hex color #594C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594C2E is #A6B3D1. Grayscale: #4C4C4C. Windows color (decimal): -10925010 or 3034201. OLE color: 3034201.

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

Color convert

RGB 89 76 46 -
CMYK 0 0.15 0.48 0.65
HSL 41.86º 0.32% 0.26% -
HSV(B) 41.86º 0.48% 0.35% -
XYZ 7.2 7.49 3.65 -
YUV 76.47 110.81 136.94 -
System Red Green Blue C M Y K H S L
Decimal 89 76 46 0 0.15 0.48 0.65 41.86 0.32 0.26
Hex 59 4C 2E 0 F 30 41 2A 20 1A
Octal 131 114 56 0 17 60 101 52 40 32
Binary 1011001 1001100 101110 0 1111 110000 1000001 101010 100000 11010

Color Harmonies of #594C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594C2E

Black with #594C2E

Text Example


Text Example

White with #594C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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