#5D583E

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

Shades of Millbrook #5D583E

Tints of Millbrook #5D583E

Color information

#5D583E (or 0x5D583E) is unknown color: approx Millbrook. HEX triplet: 5D, 58 and 3E. RGB value is (93,88,62). Sum of RGB (Red+Green+Blue) = 93+88+62=243 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.27% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 93 - color contains mainly: red. Hex color #5D583E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D583E is #A2A7C1. Grayscale: #565656. Windows color (decimal): -10659778 or 4085853. OLE color: 4085853.

HSL color Cylindrical-coordinate representation of color #5D583E: hue angle of 50.32º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5D583E is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.64.

Color convert

RGB938862-
CMYK00.050.330.64
HSL50.32º20%30.39%-
HSV(B)50.32º33.33%36.47%-
XYZ8.879.655.95-
YUV86.53114.16132.61-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 38.27%
GREEN value IS 88 (34.77% from 255) = 36.21%
BLUE value IS 62 (24.61% from 255) = 25.51%
R=38.27%
G=36.21%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93886200.050.330.6450.322030.39
Hex5D583E05214032141e
Octal135130760541100622436
Binary10111011011000111110010110000110000001100101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D583E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,88,62); }

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

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

 a { background-color: rgb(93,88,62); }

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

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

 span { border-color: rgb(93,88,62); }

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