#5D5C4B

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

Shades of Millbrook #5D5C4B

Tints of Millbrook #5D5C4B

Color information

#5D5C4B (or 0x5D5C4B) is unknown color: approx Millbrook. HEX triplet: 5D, 5C and 4B. RGB value is (93,92,75). Sum of RGB (Red+Green+Blue) = 93+92+75=260 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.77% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5C4B is #A2A3B4. Grayscale: #5A5A5A. Windows color (decimal): -10658741 or 4938845. OLE color: 4938845.

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

Color convert

RGB939275-
CMYK00.010.190.64
HSL56.67º10.71%32.94%-
HSV(B)56.67º19.35%36.47%-
XYZ9.6110.498.17-
YUV90.36119.33129.88-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.77%
GREEN value IS 92 (36.33% from 255) = 35.38%
BLUE value IS 75 (29.69% from 255) = 28.85%
R=35.77%
G=35.38%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93927500.010.190.6456.6710.7132.94
Hex5D5C4B01134039b21
Octal1351341130123100711341
Binary101110110111001001011011001110000001110011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,92,75); }

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

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

 a { background-color: rgb(93,92,75); }

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

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

 span { border-color: rgb(93,92,75); }

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