Html Css Color HEX #5E5845 Millbrook

📋 copy color: '#5E5845'

red 94 ◦ green 88 ◦ blue 69

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

Shades of Millbrook #5E5845

Tints of Millbrook #5E5845

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.06%

 BLUE value IS 69 (27.34% from 255) = 27.49%

R = 37.45%
G = 35.06%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.63

RGB Variations

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

Color information

#5E5845 (or 0x5E5845) is known color: Millbrook. HEX triplet: 5E, 58 and 45. RGB value is (94,88,69). Sum of RGB (Red+Green+Blue) = 94+88+69=251 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.45% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5845 is #A1A7BA. Grayscale: #575757. Windows color (decimal): -10594235 or 4544606. OLE color: 4544606.

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

Color convert

RGB 94 88 69 -
CMYK 0 0.06 0.27 0.63
HSL 45.6º 0.15% 0.32% -
HSV(B) 45.6º 0.27% 0.37% -
XYZ 9.18 9.79 7.04 -
YUV 87.63 117.49 132.54 -
System Red Green Blue C M Y K H S L
Decimal 94 88 69 0 0.06 0.27 0.63 45.6 0.15 0.32
Hex 5E 58 45 0 6 1B 3F 2E F 20
Octal 136 130 105 0 6 33 77 56 17 40
Binary 1011110 1011000 1000101 0 110 11011 111111 101110 1111 100000

Color Harmonies of #5E5845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5845

Black with #5E5845

Text Example


Text Example

White with #5E5845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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