Html Css Color HEX #5E5848 Millbrook

📋 copy color: '#5E5848'

red 94 ◦ green 88 ◦ blue 72

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

Shades of Millbrook #5E5848

Tints of Millbrook #5E5848

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 value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.63

RGB Variations

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

Color information

#5E5848 (or 0x5E5848) is known color: 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

RGB 94 88 72 -
CMYK 0 0.06 0.23 0.63
HSL 43.64º 0.13% 0.33% -
HSV(B) 43.64º 0.23% 0.37% -
XYZ 9.28 9.83 7.54 -
YUV 87.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 94 88 72 0 0.06 0.23 0.63 43.64 0.13 0.33
Hex 5E 58 48 0 6 17 3F 2C D 21
Octal 136 130 110 0 6 27 77 54 15 41
Binary 1011110 1011000 1001000 0 110 10111 111111 101100 1101 100001

Color Harmonies of #5E5848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5848

Black with #5E5848

Text Example


Text Example

White with #5E5848

Text Example


Text Example

HTML Codes & Css Web 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>