Html Css Color HEX #594A2D Punga

📋 copy color: '#594A2D'

red 89 ◦ green 74 ◦ blue 45

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

Shades of Punga #594A2D

Tints of Punga #594A2D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.58%

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

R = 42.79%
G = 35.58%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#594A2D (or 0x594A2D) is known color: Punga. HEX triplet: 59, 4A and 2D. RGB value is (89,74,45). Sum of RGB (Red+Green+Blue) = 89+74+45=208 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.79% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 89 - color contains mainly: red. Hex color #594A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594A2D is #A6B5D2. Grayscale: #4B4B4B. Windows color (decimal): -10925523 or 2968153. OLE color: 2968153.

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

Color convert

RGB 89 74 45 -
CMYK 0 0.17 0.49 0.65
HSL 39.55º 0.33% 0.26% -
HSV(B) 39.55º 0.49% 0.35% -
XYZ 7.04 7.21 3.5 -
YUV 75.18 110.97 137.86 -
System Red Green Blue C M Y K H S L
Decimal 89 74 45 0 0.17 0.49 0.65 39.55 0.33 0.26
Hex 59 4A 2D 0 11 31 41 28 21 1A
Octal 131 112 55 0 21 61 101 50 41 32
Binary 1011001 1001010 101101 0 10001 110001 1000001 101000 100001 11010

Color Harmonies of #594A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594A2D

Black with #594A2D

Text Example


Text Example

White with #594A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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