Html Css Color HEX #5C5949 Millbrook

📋 copy color: '#5C5949'

red 92 ◦ green 89 ◦ blue 73

#5C5949
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Millbrook #5C5949

Tints of Millbrook #5C5949

RGB

 RED value IS 92 (36.33% from 255) = 36.22%

 GREEN value IS 89 (35.16% from 255) = 35.04%

 BLUE value IS 73 (28.91% from 255) = 28.74%

R = 36.22%
G = 35.04%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.64

RGB Variations

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

Color information

#5C5949 (or 0x5C5949) is known color: Millbrook. HEX triplet: 5C, 59 and 49. RGB value is (92,89,73). Sum of RGB (Red+Green+Blue) = 92+89+73=254 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.22% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5949 is #A3A6B6. Grayscale: #585858. Windows color (decimal): -10725047 or 4807004. OLE color: 4807004.

HSL color Cylindrical-coordinate representation of color #5C5949: hue angle of 50.53º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5C5949 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 89 73 -
CMYK 0 0.03 0.21 0.64
HSL 50.53º 0.12% 0.32% -
HSV(B) 50.53º 0.21% 0.36% -
XYZ 9.19 9.9 7.73 -
YUV 88.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 92 89 73 0 0.03 0.21 0.64 50.53 0.12 0.32
Hex 5C 59 49 0 3 15 40 33 C 20
Octal 134 131 111 0 3 25 100 63 14 40
Binary 1011100 1011001 1001001 0 11 10101 1000000 110011 1100 100000

Color Harmonies of #5C5949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5949

Black with #5C5949

Text Example


Text Example

White with #5C5949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,89,73); }

 H1.HeaderClassName
 {
   color: #5C5949;
 }
 .AnyTagClassName
 {
   color: #5C5949;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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