#5F583D

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

Shades of Millbrook #5F583D

Tints of Millbrook #5F583D

Color information

#5F583D (or 0x5F583D) is unknown color: approx Millbrook. HEX triplet: 5F, 58 and 3D. RGB value is (95,88,61). Sum of RGB (Red+Green+Blue) = 95+88+61=244 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.93% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 95 - color contains mainly: red. Hex color #5F583D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F583D is #A0A7C2. Grayscale: #575757. Windows color (decimal): -10528707 or 4020319. OLE color: 4020319.

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

Color convert

RGB958861-
CMYK00.070.360.63
HSL47.65º21.79%30.59%-
HSV(B)47.65º35.79%37.25%-
XYZ9.059.755.82-
YUV87.01113.32133.7-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.93%
GREEN value IS 88 (34.77% from 255) = 36.07%
BLUE value IS 61 (24.22% from 255) = 25%
R=38.93%
G=36.07%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95886100.070.360.6347.6521.7930.59
Hex5F583D07243F30161f
Octal13713075074477602637
Binary1011111101100011110101111001001111111100001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F583D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,88,61); }

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

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

 a { background-color: rgb(95,88,61); }

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

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

 span { border-color: rgb(95,88,61); }

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