Html Css Color HEX #5D5B4D Millbrook

📋 copy color: '#5D5B4D'

red 93 ◦ green 91 ◦ blue 77

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

Shades of Millbrook #5D5B4D

Tints of Millbrook #5D5B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.5%

R = 35.63%
G = 34.87%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.17

 K value IS 0.64

RGB Variations

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

Color information

#5D5B4D (or 0x5D5B4D) is known color: Millbrook. HEX triplet: 5D, 5B and 4D. RGB value is (93,91,77). Sum of RGB (Red+Green+Blue) = 93+91+77=261 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.63% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5B4D is #A2A4B2. Grayscale: #5A5A5A. Windows color (decimal): -10658995 or 5069661. OLE color: 5069661.

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

Color convert

RGB 93 91 77 -
CMYK 0 0.02 0.17 0.64
HSL 52.5º 0.09% 0.33% -
HSV(B) 52.5º 0.17% 0.36% -
XYZ 9.59 10.35 8.51 -
YUV 90 120.66 130.14 -
System Red Green Blue C M Y K H S L
Decimal 93 91 77 0 0.02 0.17 0.64 52.5 0.09 0.33
Hex 5D 5B 4D 0 2 11 40 34 9 21
Octal 135 133 115 0 2 21 100 64 11 41
Binary 1011101 1011011 1001101 0 10 10001 1000000 110100 1001 100001

Color Harmonies of #5D5B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5B4D

Black with #5D5B4D

Text Example


Text Example

White with #5D5B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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