Html Css Color HEX #5E5D51 Millbrook

📋 copy color: '#5E5D51'

red 94 ◦ green 93 ◦ blue 81

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

Shades of Millbrook #5E5D51

Tints of Millbrook #5E5D51

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.7%

 BLUE value IS 81 (32.03% from 255) = 30.22%

R = 35.07%
G = 34.7%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.63

RGB Variations

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

Color information

#5E5D51 (or 0x5E5D51) is known color: Millbrook. HEX triplet: 5E, 5D and 51. RGB value is (94,93,81). Sum of RGB (Red+Green+Blue) = 94+93+81=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5D51 is #A1A2AE. Grayscale: #5B5B5B. Windows color (decimal): -10592943 or 5332318. OLE color: 5332318.

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

Color convert

RGB 94 93 81 -
CMYK 0 0.01 0.14 0.63
HSL 55.38º 0.07% 0.34% -
HSV(B) 55.38º 0.14% 0.37% -
XYZ 10.02 10.8 9.34 -
YUV 91.93 121.83 129.48 -
System Red Green Blue C M Y K H S L
Decimal 94 93 81 0 0.01 0.14 0.63 55.38 0.07 0.34
Hex 5E 5D 51 0 1 E 3F 37 7 22
Octal 136 135 121 0 1 16 77 67 7 42
Binary 1011110 1011101 1010001 0 1 1110 111111 110111 111 100010

Color Harmonies of #5E5D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5D51

Black with #5E5D51

Text Example


Text Example

White with #5E5D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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