Html Css Color HEX #5F5947 Millbrook

📋 copy color: '#5F5947'

red 95 ◦ green 89 ◦ blue 71

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

Shades of Millbrook #5F5947

Tints of Millbrook #5F5947

RGB

 RED value IS 95 (37.5% from 255) = 37.25%

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

 BLUE value IS 71 (28.13% from 255) = 27.84%

R = 37.25%
G = 34.9%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.63

RGB Variations

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

Color information

#5F5947 (or 0x5F5947) is known color: Millbrook. HEX triplet: 5F, 59 and 47. RGB value is (95,89,71). Sum of RGB (Red+Green+Blue) = 95+89+71=255 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.25% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5947 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5947 is #A0A6B8. Grayscale: #585858. Windows color (decimal): -10528441 or 4675935. OLE color: 4675935.

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

Color convert

RGB 95 89 71 -
CMYK 0 0.06 0.25 0.63
HSL 45º 0.14% 0.33% -
HSV(B) 45º 0.25% 0.37% -
XYZ 9.43 10.03 7.4 -
YUV 88.74 117.99 132.46 -
System Red Green Blue C M Y K H S L
Decimal 95 89 71 0 0.06 0.25 0.63 45 0.14 0.33
Hex 5F 59 47 0 6 19 3F 2D E 21
Octal 137 131 107 0 6 31 77 55 16 41
Binary 1011111 1011001 1000111 0 110 11001 111111 101101 1110 100001

Color Harmonies of #5F5947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5947

Black with #5F5947

Text Example


Text Example

White with #5F5947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,89,71); }

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

background-color css

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

 a { background-color: rgb(95,89,71); }

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

border-color css

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

 span { border-color: rgb(95,89,71); }

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