Html Css Color HEX #5D5A4D Millbrook

📋 copy color: '#5D5A4D'

red 93 ◦ green 90 ◦ blue 77

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

Shades of Millbrook #5D5A4D

Tints of Millbrook #5D5A4D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.62%

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

R = 35.77%
G = 34.62%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.64

RGB Variations

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

Color information

#5D5A4D (or 0x5D5A4D) is known color: Millbrook. HEX triplet: 5D, 5A and 4D. RGB value is (93,90,77). Sum of RGB (Red+Green+Blue) = 93+90+77=260 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.77% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5A4D is #A2A5B2. Grayscale: #595959. Windows color (decimal): -10659251 or 5069405. OLE color: 5069405.

HSL color Cylindrical-coordinate representation of color #5D5A4D: hue angle of 48.75º 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 #5D5A4D is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 90 77 -
CMYK 0 0.03 0.17 0.64
HSL 48.75º 0.09% 0.33% -
HSV(B) 48.75º 0.17% 0.36% -
XYZ 9.51 10.18 8.48 -
YUV 89.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 93 90 77 0 0.03 0.17 0.64 48.75 0.09 0.33
Hex 5D 5A 4D 0 3 11 40 31 9 21
Octal 135 132 115 0 3 21 100 61 11 41
Binary 1011101 1011010 1001101 0 11 10001 1000000 110001 1001 100001

Color Harmonies of #5D5A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5A4D

Black with #5D5A4D

Text Example


Text Example

White with #5D5A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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