Html Css Color HEX #59504E Congo Brown

📋 copy color: '#59504E'

red 89 ◦ green 80 ◦ blue 78

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

Shades of Congo Brown #59504E

Tints of Congo Brown #59504E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.39%

 BLUE value IS 78 (30.86% from 255) = 31.58%

R = 36.03%
G = 32.39%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#59504E (or 0x59504E) is known color: Congo Brown. HEX triplet: 59, 50 and 4E. RGB value is (89,80,78). Sum of RGB (Red+Green+Blue) = 89+80+78=247 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.03% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 89 - color contains mainly: red. Hex color #59504E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59504E is #A6AFB1. Grayscale: #525252. Windows color (decimal): -10923954 or 5132377. OLE color: 5132377.

HSL color Cylindrical-coordinate representation of color #59504E: hue angle of 10.91º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #59504E is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 80 78 -
CMYK 0 0.10 0.12 0.65
HSL 10.91º 0.07% 0.33% -
HSV(B) 10.91º 0.12% 0.35% -
XYZ 8.36 8.41 8.39 -
YUV 82.46 125.48 132.66 -
System Red Green Blue C M Y K H S L
Decimal 89 80 78 0 0.10 0.12 0.65 10.91 0.07 0.33
Hex 59 50 4E 0 A C 41 B 7 21
Octal 131 120 116 0 12 14 101 13 7 41
Binary 1011001 1010000 1001110 0 1010 1100 1000001 1011 111 100001

Color Harmonies of #59504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59504E

Black with #59504E

Text Example


Text Example

White with #59504E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59504E; }

 p { color: rgb(89,80,78); }

 H1.HeaderClassName
 {
   color: #59504E;
 }
 .AnyTagClassName
 {
   color: #59504E;
 }
</style>

background-color css

<style>
 a { background-color: #59504E; }

 a { background-color: rgb(89,80,78); }

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

border-color css

<style>
 span { border-color: #59504E; }

 span { border-color: rgb(89,80,78); }

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