Html Css Color HEX #5F5942 Millbrook

📋 copy color: '#5F5942'

red 95 ◦ green 89 ◦ blue 66

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

Shades of Millbrook #5F5942

Tints of Millbrook #5F5942

RGB

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

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

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

R = 38%
G = 35.6%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.63

RGB Variations

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

Color information

#5F5942 (or 0x5F5942) is known color: Millbrook. HEX triplet: 5F, 59 and 42. RGB value is (95,89,66). Sum of RGB (Red+Green+Blue) = 95+89+66=250 (33% of max value = 765). Red value is 95 (37.5% from 255 or 38% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5942 is #A0A6BD. Grayscale: #585858. Windows color (decimal): -10528446 or 4348255. OLE color: 4348255.

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

Color convert

RGB 95 89 66 -
CMYK 0 0.06 0.31 0.63
HSL 47.59º 0.18% 0.32% -
HSV(B) 47.59º 0.31% 0.37% -
XYZ 9.28 9.97 6.59 -
YUV 88.17 115.49 132.87 -
System Red Green Blue C M Y K H S L
Decimal 95 89 66 0 0.06 0.31 0.63 47.59 0.18 0.32
Hex 5F 59 42 0 6 1F 3F 30 12 20
Octal 137 131 102 0 6 37 77 60 22 40
Binary 1011111 1011001 1000010 0 110 11111 111111 110000 10010 100000

Color Harmonies of #5F5942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5942

Black with #5F5942

Text Example


Text Example

White with #5F5942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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