Html Css Color HEX #594C4A Congo Brown

📋 copy color: '#594C4A'

red 89 ◦ green 76 ◦ blue 74

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

Shades of Congo Brown #594C4A

Tints of Congo Brown #594C4A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.8%

 BLUE value IS 74 (29.3% from 255) = 30.96%

R = 37.24%
G = 31.8%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#594C4A (or 0x594C4A) is known color: Congo Brown. HEX triplet: 59, 4C and 4A. RGB value is (89,76,74). Sum of RGB (Red+Green+Blue) = 89+76+74=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 89 - color contains mainly: red. Hex color #594C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594C4A is #A6B3B5. Grayscale: #4F4F4F. Windows color (decimal): -10924982 or 4869209. OLE color: 4869209.

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

Color convert

RGB 89 76 74 -
CMYK 0 0.15 0.17 0.65
HSL 0.09% 0.32% -
HSV(B) 0.17% 0.35% -
XYZ 7.94 7.79 7.56 -
YUV 79.66 124.81 134.66 -
System Red Green Blue C M Y K H S L
Decimal 89 76 74 0 0.15 0.17 0.65 8 0.09 0.32
Hex 59 4C 4A 0 F 11 41 8 9 20
Octal 131 114 112 0 17 21 101 10 11 40
Binary 1011001 1001100 1001010 0 1111 10001 1000001 1000 1001 100000

Color Harmonies of #594C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594C4A

Black with #594C4A

Text Example


Text Example

White with #594C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,76,74); }

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

background-color css

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

 a { background-color: rgb(89,76,74); }

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

border-color css

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

 span { border-color: rgb(89,76,74); }

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