Html Css Color HEX #594B34 Punga

📋 copy color: '#594B34'

red 89 ◦ green 75 ◦ blue 52

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

Shades of Punga #594B34

Tints of Punga #594B34

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.72%

 BLUE value IS 52 (20.7% from 255) = 24.07%

R = 41.2%
G = 34.72%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#594B34 (or 0x594B34) is known color: Punga. HEX triplet: 59, 4B and 34. RGB value is (89,75,52). Sum of RGB (Red+Green+Blue) = 89+75+52=216 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.20% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 89 - color contains mainly: red. Hex color #594B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594B34 is #A6B4CB. Grayscale: #4C4C4C. Windows color (decimal): -10925260 or 3427161. OLE color: 3427161.

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

Color convert

RGB 89 75 52 -
CMYK 0 0.16 0.42 0.65
HSL 37.3º 0.26% 0.28% -
HSV(B) 37.3º 0.42% 0.35% -
XYZ 7.26 7.4 4.3 -
YUV 76.56 114.14 136.87 -
System Red Green Blue C M Y K H S L
Decimal 89 75 52 0 0.16 0.42 0.65 37.3 0.26 0.28
Hex 59 4B 34 0 10 2A 41 25 1A 1C
Octal 131 113 64 0 20 52 101 45 32 34
Binary 1011001 1001011 110100 0 10000 101010 1000001 100101 11010 11100

Color Harmonies of #594B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594B34

Black with #594B34

Text Example


Text Example

White with #594B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,75,52); }

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

background-color css

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

 a { background-color: rgb(89,75,52); }

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

border-color css

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

 span { border-color: rgb(89,75,52); }

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