Html Css Color HEX #5E5A41 Millbrook

📋 copy color: '#5E5A41'

red 94 ◦ green 90 ◦ blue 65

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

Shades of Millbrook #5E5A41

Tints of Millbrook #5E5A41

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.14%

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

R = 37.75%
G = 36.14%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.63

RGB Variations

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

Color information

#5E5A41 (or 0x5E5A41) is known color: Millbrook. HEX triplet: 5E, 5A and 41. RGB value is (94,90,65). Sum of RGB (Red+Green+Blue) = 94+90+65=249 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.75% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5A41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5A41 is #A1A5BE. Grayscale: #585858. Windows color (decimal): -10593727 or 4282974. OLE color: 4282974.

HSL color Cylindrical-coordinate representation of color #5E5A41: hue angle of 51.72º 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 #5E5A41 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 90 65 -
CMYK 0 0.04 0.31 0.63
HSL 51.72º 0.18% 0.31% -
HSV(B) 51.72º 0.31% 0.37% -
XYZ 9.23 10.07 6.46 -
YUV 88.35 114.83 132.03 -
System Red Green Blue C M Y K H S L
Decimal 94 90 65 0 0.04 0.31 0.63 51.72 0.18 0.31
Hex 5E 5A 41 0 4 1F 3F 34 12 1F
Octal 136 132 101 0 4 37 77 64 22 37
Binary 1011110 1011010 1000001 0 100 11111 111111 110100 10010 11111

Color Harmonies of #5E5A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5A41

Black with #5E5A41

Text Example


Text Example

White with #5E5A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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