Html Css Color HEX #594B30 Punga

📋 copy color: '#594B30'

red 89 ◦ green 75 ◦ blue 48

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

Shades of Punga #594B30

Tints of Punga #594B30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.64%

R = 41.98%
G = 35.38%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#594B30 (or 0x594B30) is known color: Punga. HEX triplet: 59, 4B and 30. RGB value is (89,75,48). Sum of RGB (Red+Green+Blue) = 89+75+48=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 89 - color contains mainly: red. Hex color #594B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594B30 is #A6B4CF. Grayscale: #4C4C4C. Windows color (decimal): -10925264 or 3165017. OLE color: 3165017.

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

Color convert

RGB 89 75 48 -
CMYK 0 0.16 0.46 0.65
HSL 39.51º 0.3% 0.27% -
HSV(B) 39.51º 0.46% 0.35% -
XYZ 7.17 7.37 3.84 -
YUV 76.11 112.14 137.2 -
System Red Green Blue C M Y K H S L
Decimal 89 75 48 0 0.16 0.46 0.65 39.51 0.3 0.27
Hex 59 4B 30 0 10 2E 41 28 1E 1B
Octal 131 113 60 0 20 56 101 50 36 33
Binary 1011001 1001011 110000 0 10000 101110 1000001 101000 11110 11011

Color Harmonies of #594B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594B30

Black with #594B30

Text Example


Text Example

White with #594B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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