Html Css Color HEX #594B2D Punga

📋 copy color: '#594B2D'

red 89 ◦ green 75 ◦ blue 45

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

Shades of Punga #594B2D

Tints of Punga #594B2D

RGB

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

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

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

R = 42.58%
G = 35.89%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#594B2D (or 0x594B2D) is known color: Punga. HEX triplet: 59, 4B and 2D. RGB value is (89,75,45). Sum of RGB (Red+Green+Blue) = 89+75+45=209 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.58% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 89 - color contains mainly: red. Hex color #594B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594B2D is #A6B4D2. Grayscale: #4B4B4B. Windows color (decimal): -10925267 or 2968409. OLE color: 2968409.

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

Color convert

RGB 89 75 45 -
CMYK 0 0.16 0.49 0.65
HSL 40.91º 0.33% 0.26% -
HSV(B) 40.91º 0.49% 0.35% -
XYZ 7.11 7.35 3.53 -
YUV 75.77 110.64 137.44 -
System Red Green Blue C M Y K H S L
Decimal 89 75 45 0 0.16 0.49 0.65 40.91 0.33 0.26
Hex 59 4B 2D 0 10 31 41 29 21 1A
Octal 131 113 55 0 20 61 101 51 41 32
Binary 1011001 1001011 101101 0 10000 110001 1000001 101001 100001 11010

Color Harmonies of #594B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594B2D

Black with #594B2D

Text Example


Text Example

White with #594B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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