Html Css Color HEX #5E504D Congo Brown

📋 copy color: '#5E504D'

red 94 ◦ green 80 ◦ blue 77

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

Shades of Congo Brown #5E504D

Tints of Congo Brown #5E504D

RGB

 RED value IS 94 (37.11% from 255) = 37.45%

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

 BLUE value IS 77 (30.47% from 255) = 30.68%

R = 37.45%
G = 31.87%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.63

RGB Variations

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

Color information

#5E504D (or 0x5E504D) is known color: Congo Brown. HEX triplet: 5E, 50 and 4D. RGB value is (94,80,77). Sum of RGB (Red+Green+Blue) = 94+80+77=251 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.45% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 94 - color contains mainly: red. Hex color #5E504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E504D is #A1AFB2. Grayscale: #535353. Windows color (decimal): -10596275 or 5066846. OLE color: 5066846.

HSL color Cylindrical-coordinate representation of color #5E504D: hue angle of 10.59º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5E504D is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 80 77 -
CMYK 0 0.15 0.18 0.63
HSL 10.59º 0.1% 0.34% -
HSV(B) 10.59º 0.18% 0.37% -
XYZ 8.82 8.65 8.23 -
YUV 83.84 124.14 135.24 -
System Red Green Blue C M Y K H S L
Decimal 94 80 77 0 0.15 0.18 0.63 10.59 0.1 0.34
Hex 5E 50 4D 0 F 12 3F B A 22
Octal 136 120 115 0 17 22 77 13 12 42
Binary 1011110 1010000 1001101 0 1111 10010 111111 1011 1010 100010

Color Harmonies of #5E504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E504D

Black with #5E504D

Text Example


Text Example

White with #5E504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E504D; }

 p { color: rgb(94,80,77); }

 H1.HeaderClassName
 {
   color: #5E504D;
 }
 .AnyTagClassName
 {
   color: #5E504D;
 }
</style>

background-color css

<style>
 a { background-color: #5E504D; }

 a { background-color: rgb(94,80,77); }

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

border-color css

<style>
 span { border-color: #5E504D; }

 span { border-color: rgb(94,80,77); }

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