#5C5C4E

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

Shades of Millbrook #5C5C4E

Tints of Millbrook #5C5C4E

Color information

#5C5C4E (or 0x5C5C4E) is unknown color: approx Millbrook. HEX triplet: 5C, 5C and 4E. RGB value is (92,92,78). Sum of RGB (Red+Green+Blue) = 92+92+78=262 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.11% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 92 - color contains mainly: red, green. Hex color #5C5C4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5C4E is #A3A3B1. Grayscale: #5A5A5A. Windows color (decimal): -10724274 or 5135452. OLE color: 5135452.

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

Color convert

RGB929278-
CMYK000.150.64
HSL60º8.24%33.33%-
HSV(B)60º15.22%36.08%-
XYZ9.6210.488.72-
YUV90.4121129.14-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.11%
GREEN value IS 92 (36.33% from 255) = 35.11%
BLUE value IS 78 (30.86% from 255) = 29.77%
R=35.11%
G=35.11%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal929278000.150.64608.2433.33
Hex5C5C4E00F403c821
Octal1341341160017100741041
Binary10111001011100100111000111110000001111001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,92,78); }

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

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

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

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

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

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

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