Html Css Color HEX #594B31 Punga

📋 copy color: '#594B31'

red 89 ◦ green 75 ◦ blue 49

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

Shades of Punga #594B31

Tints of Punga #594B31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 23%

R = 41.78%
G = 35.21%
B = 23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#594B31 (or 0x594B31) is known color: Punga. HEX triplet: 59, 4B and 31. RGB value is (89,75,49). Sum of RGB (Red+Green+Blue) = 89+75+49=213 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.78% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 89 - color contains mainly: red. Hex color #594B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594B31 is #A6B4CE. Grayscale: #4C4C4C. Windows color (decimal): -10925263 or 3230553. OLE color: 3230553.

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

Color convert

RGB 89 75 49 -
CMYK 0 0.16 0.45 0.65
HSL 39º 0.29% 0.27% -
HSV(B) 39º 0.45% 0.35% -
XYZ 7.19 7.38 3.95 -
YUV 76.22 112.64 137.11 -
System Red Green Blue C M Y K H S L
Decimal 89 75 49 0 0.16 0.45 0.65 39 0.29 0.27
Hex 59 4B 31 0 10 2D 41 27 1D 1B
Octal 131 113 61 0 20 55 101 47 35 33
Binary 1011001 1001011 110001 0 10000 101101 1000001 100111 11101 11011

Color Harmonies of #594B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594B31

Black with #594B31

Text Example


Text Example

White with #594B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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