#5E5848

Color #5E5848 Millbrook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Millbrook #5E5848

Tints of Millbrook #5E5848

Color information

#5E5848 (or 0x5E5848) is unknown color: approx Millbrook. HEX triplet: 5E, 58 and 48. RGB value is (94,88,72). Sum of RGB (Red+Green+Blue) = 94+88+72=254 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.01% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5848 is #A1A7B7. Grayscale: #585858. Windows color (decimal): -10594232 or 4741214. OLE color: 4741214.

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

Color convert

RGB948872-
CMYK00.060.230.63
HSL43.64º13.25%32.55%-
HSV(B)43.64º23.4%36.86%-
XYZ9.289.837.54-
YUV87.97118.99132.3-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 37.01%
GREEN value IS 88 (34.77% from 255) = 34.65%
BLUE value IS 72 (28.52% from 255) = 28.35%
R=37.01%
G=34.65%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94887200.060.230.6343.6413.2532.55
Hex5E584806173F2cd21
Octal136130110062777541541
Binary1011110101100010010000110101111111111011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E5848;
 }
 .AnyTagClassName
 {
   color: #5E5848;
 }
</style>
background-color css

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

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

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

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

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

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