Html Css Color HEX #5E514F Congo Brown

📋 copy color: '#5E514F'

red 94 ◦ green 81 ◦ blue 79

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

Shades of Congo Brown #5E514F

Tints of Congo Brown #5E514F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.89%

 BLUE value IS 79 (31.25% from 255) = 31.1%

R = 37.01%
G = 31.89%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.63

RGB Variations

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

Color information

#5E514F (or 0x5E514F) is known color: Congo Brown. HEX triplet: 5E, 51 and 4F. RGB value is (94,81,79). Sum of RGB (Red+Green+Blue) = 94+81+79=254 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.01% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 94 - color contains mainly: red. Hex color #5E514F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E514F is #A1AEB0. Grayscale: #545454. Windows color (decimal): -10596017 or 5198174. OLE color: 5198174.

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

Color convert

RGB 94 81 79 -
CMYK 0 0.14 0.16 0.63
HSL 0.09% 0.34% -
HSV(B) 0.16% 0.37% -
XYZ 8.97 8.83 8.63 -
YUV 84.66 124.81 134.66 -
System Red Green Blue C M Y K H S L
Decimal 94 81 79 0 0.14 0.16 0.63 8 0.09 0.34
Hex 5E 51 4F 0 E 10 3F 8 9 22
Octal 136 121 117 0 16 20 77 10 11 42
Binary 1011110 1010001 1001111 0 1110 10000 111111 1000 1001 100010

Color Harmonies of #5E514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E514F

Black with #5E514F

Text Example


Text Example

White with #5E514F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,81,79); }

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

background-color css

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

 a { background-color: rgb(94,81,79); }

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

border-color css

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

 span { border-color: rgb(94,81,79); }

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