Html Css Color HEX #5E5842 Millbrook

📋 copy color: '#5E5842'

red 94 ◦ green 88 ◦ blue 66

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

Shades of Millbrook #5E5842

Tints of Millbrook #5E5842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.61%

R = 37.9%
G = 35.48%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.63

RGB Variations

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

Color information

#5E5842 (or 0x5E5842) is known color: Millbrook. HEX triplet: 5E, 58 and 42. RGB value is (94,88,66). Sum of RGB (Red+Green+Blue) = 94+88+66=248 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.90% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5842 is #A1A7BD. Grayscale: #575757. Windows color (decimal): -10594238 or 4347998. OLE color: 4347998.

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

Color convert

RGB 94 88 66 -
CMYK 0 0.06 0.30 0.63
HSL 47.14º 0.18% 0.31% -
HSV(B) 47.14º 0.3% 0.37% -
XYZ 9.09 9.75 6.56 -
YUV 87.29 115.99 132.79 -
System Red Green Blue C M Y K H S L
Decimal 94 88 66 0 0.06 0.30 0.63 47.14 0.18 0.31
Hex 5E 58 42 0 6 1E 3F 2F 12 1F
Octal 136 130 102 0 6 36 77 57 22 37
Binary 1011110 1011000 1000010 0 110 11110 111111 101111 10010 11111

Color Harmonies of #5E5842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5842

Black with #5E5842

Text Example


Text Example

White with #5E5842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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