Html Css Color HEX #5D5B49 Millbrook

📋 copy color: '#5D5B49'

red 93 ◦ green 91 ◦ blue 73

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

Shades of Millbrook #5D5B49

Tints of Millbrook #5D5B49

RGB

 RED value IS 93 (36.72% from 255) = 36.19%

 GREEN value IS 91 (35.94% from 255) = 35.41%

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

R = 36.19%
G = 35.41%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.22

 K value IS 0.64

RGB Variations

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

Color information

#5D5B49 (or 0x5D5B49) is known color: Millbrook. HEX triplet: 5D, 5B and 49. RGB value is (93,91,73). Sum of RGB (Red+Green+Blue) = 93+91+73=257 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.19% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5B49 is #A2A4B6. Grayscale: #595959. Windows color (decimal): -10658999 or 4807517. OLE color: 4807517.

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

Color convert

RGB 93 91 73 -
CMYK 0 0.02 0.22 0.64
HSL 54º 0.12% 0.33% -
HSV(B) 54º 0.22% 0.36% -
XYZ 9.46 10.29 7.79 -
YUV 89.55 118.66 130.46 -
System Red Green Blue C M Y K H S L
Decimal 93 91 73 0 0.02 0.22 0.64 54 0.12 0.33
Hex 5D 5B 49 0 2 16 40 36 C 21
Octal 135 133 111 0 2 26 100 66 14 41
Binary 1011101 1011011 1001001 0 10 10110 1000000 110110 1100 100001

Color Harmonies of #5D5B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5B49

Black with #5D5B49

Text Example


Text Example

White with #5D5B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,91,73); }

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

background-color css

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

 a { background-color: rgb(93,91,73); }

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

border-color css

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

 span { border-color: rgb(93,91,73); }

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