Html Css Color HEX #594D4B Congo Brown

📋 copy color: '#594D4B'

red 89 ◦ green 77 ◦ blue 75

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

Shades of Congo Brown #594D4B

Tints of Congo Brown #594D4B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.95%

 BLUE value IS 75 (29.69% from 255) = 31.12%

R = 36.93%
G = 31.95%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#594D4B (or 0x594D4B) is known color: Congo Brown. HEX triplet: 59, 4D and 4B. RGB value is (89,77,75). Sum of RGB (Red+Green+Blue) = 89+77+75=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 89 - color contains mainly: red. Hex color #594D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594D4B is #A6B2B4. Grayscale: #505050. Windows color (decimal): -10924725 or 4935001. OLE color: 4935001.

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

Color convert

RGB 89 77 75 -
CMYK 0 0.13 0.16 0.65
HSL 8.57º 0.09% 0.32% -
HSV(B) 8.57º 0.16% 0.35% -
XYZ 8.04 7.94 7.77 -
YUV 80.36 124.98 134.16 -
System Red Green Blue C M Y K H S L
Decimal 89 77 75 0 0.13 0.16 0.65 8.57 0.09 0.32
Hex 59 4D 4B 0 D 10 41 9 9 20
Octal 131 115 113 0 15 20 101 11 11 40
Binary 1011001 1001101 1001011 0 1101 10000 1000001 1001 1001 100000

Color Harmonies of #594D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594D4B

Black with #594D4B

Text Example


Text Example

White with #594D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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