#5D563E

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

Shades of Millbrook #5D563E

Tints of Millbrook #5D563E

Color information

#5D563E (or 0x5D563E) is unknown color: approx Millbrook. HEX triplet: 5D, 56 and 3E. RGB value is (93,86,62). Sum of RGB (Red+Green+Blue) = 93+86+62=241 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.59% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 93 - color contains mainly: red. Hex color #5D563E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D563E is #A2A9C1. Grayscale: #555555. Windows color (decimal): -10660290 or 4085341. OLE color: 4085341.

HSL color Cylindrical-coordinate representation of color #5D563E: hue angle of 46.45º 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 #5D563E is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.64.

Color convert

RGB938662-
CMYK00.080.330.64
HSL46.45º20%30.39%-
HSV(B)46.45º33.33%36.47%-
XYZ8.719.335.9-
YUV85.36114.82133.45-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 38.59%
GREEN value IS 86 (33.98% from 255) = 35.68%
BLUE value IS 62 (24.61% from 255) = 25.73%
R=38.59%
G=35.68%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93866200.080.330.6446.452030.39
Hex5D563E0821402e141e
Octal1351267601041100562436
Binary101110110101101111100100010000110000001011101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D563E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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