Html Css Color HEX #5E4541 Congo Brown

📋 copy color: '#5E4541'

red 94 ◦ green 69 ◦ blue 65

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

Shades of Congo Brown #5E4541

Tints of Congo Brown #5E4541

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.26%

 BLUE value IS 65 (25.78% from 255) = 28.51%

R = 41.23%
G = 30.26%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.63

RGB Variations

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

Color information

#5E4541 (or 0x5E4541) is known color: Congo Brown. HEX triplet: 5E, 45 and 41. RGB value is (94,69,65). Sum of RGB (Red+Green+Blue) = 94+69+65=228 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.23% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4541 is #A1BABE. Grayscale: #4C4C4C. Windows color (decimal): -10599103 or 4277598. OLE color: 4277598.

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

Color convert

RGB 94 69 65 -
CMYK 0 0.27 0.31 0.63
HSL 8.28º 0.18% 0.31% -
HSV(B) 8.28º 0.31% 0.37% -
XYZ 7.7 7.02 5.95 -
YUV 76.02 121.78 140.83 -
System Red Green Blue C M Y K H S L
Decimal 94 69 65 0 0.27 0.31 0.63 8.28 0.18 0.31
Hex 5E 45 41 0 1B 1F 3F 8 12 1F
Octal 136 105 101 0 33 37 77 10 22 37
Binary 1011110 1000101 1000001 0 11011 11111 111111 1000 10010 11111

Color Harmonies of #5E4541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4541

Black with #5E4541

Text Example


Text Example

White with #5E4541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,69,65); }

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

background-color css

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

 a { background-color: rgb(94,69,65); }

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

border-color css

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

 span { border-color: rgb(94,69,65); }

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