Html Css Color HEX #5E5846 Millbrook

📋 copy color: '#5E5846'

red 94 ◦ green 88 ◦ blue 70

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

Shades of Millbrook #5E5846

Tints of Millbrook #5E5846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.78%

R = 37.3%
G = 34.92%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.63

RGB Variations

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

Color information

#5E5846 (or 0x5E5846) is known color: Millbrook. HEX triplet: 5E, 58 and 46. RGB value is (94,88,70). Sum of RGB (Red+Green+Blue) = 94+88+70=252 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.30% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5846 is #A1A7B9. Grayscale: #575757. Windows color (decimal): -10594234 or 4610142. OLE color: 4610142.

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

Color convert

RGB 94 88 70 -
CMYK 0 0.06 0.26 0.63
HSL 45º 0.15% 0.32% -
HSV(B) 45º 0.26% 0.37% -
XYZ 9.21 9.8 7.2 -
YUV 87.74 117.99 132.46 -
System Red Green Blue C M Y K H S L
Decimal 94 88 70 0 0.06 0.26 0.63 45 0.15 0.32
Hex 5E 58 46 0 6 1A 3F 2D F 20
Octal 136 130 106 0 6 32 77 55 17 40
Binary 1011110 1011000 1000110 0 110 11010 111111 101101 1111 100000

Color Harmonies of #5E5846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5846

Black with #5E5846

Text Example


Text Example

White with #5E5846

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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