Html Css Color HEX #5E5948 Millbrook

📋 copy color: '#5E5948'

red 94 ◦ green 89 ◦ blue 72

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

Shades of Millbrook #5E5948

Tints of Millbrook #5E5948

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.9%

 BLUE value IS 72 (28.52% from 255) = 28.24%

R = 36.86%
G = 34.9%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.63

RGB Variations

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

Color information

#5E5948 (or 0x5E5948) is known color: Millbrook. HEX triplet: 5E, 59 and 48. RGB value is (94,89,72). Sum of RGB (Red+Green+Blue) = 94+89+72=255 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.86% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5948 is #A1A6B7. Grayscale: #585858. Windows color (decimal): -10593976 or 4741470. OLE color: 4741470.

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

Color convert

RGB 94 89 72 -
CMYK 0 0.05 0.23 0.63
HSL 46.36º 0.13% 0.33% -
HSV(B) 46.36º 0.23% 0.37% -
XYZ 9.36 9.99 7.57 -
YUV 88.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 94 89 72 0 0.05 0.23 0.63 46.36 0.13 0.33
Hex 5E 59 48 0 5 17 3F 2E D 21
Octal 136 131 110 0 5 27 77 56 15 41
Binary 1011110 1011001 1001000 0 101 10111 111111 101110 1101 100001

Color Harmonies of #5E5948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5948

Black with #5E5948

Text Example


Text Example

White with #5E5948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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