Html Css Color HEX #5A574B Millbrook

📋 copy color: '#5A574B'

red 90 ◦ green 87 ◦ blue 75

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

Shades of Millbrook #5A574B

Tints of Millbrook #5A574B

RGB

 RED value IS 90 (35.55% from 255) = 35.71%

 GREEN value IS 87 (34.38% from 255) = 34.52%

 BLUE value IS 75 (29.69% from 255) = 29.76%

R = 35.71%
G = 34.52%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#5A574B (or 0x5A574B) is known color: Millbrook. HEX triplet: 5A, 57 and 4B. RGB value is (90,87,75). Sum of RGB (Red+Green+Blue) = 90+87+75=252 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.71% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 90 - color contains mainly: red. Hex color #5A574B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A574B is #A5A8B4. Grayscale: #565656. Windows color (decimal): -10856629 or 4937562. OLE color: 4937562.

HSL color Cylindrical-coordinate representation of color #5A574B: hue angle of 48º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5A574B is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 87 75 -
CMYK 0 0.03 0.17 0.65
HSL 48º 0.09% 0.32% -
HSV(B) 48º 0.17% 0.35% -
XYZ 8.89 9.5 8.02 -
YUV 86.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 90 87 75 0 0.03 0.17 0.65 48 0.09 0.32
Hex 5A 57 4B 0 3 11 41 30 9 20
Octal 132 127 113 0 3 21 101 60 11 40
Binary 1011010 1010111 1001011 0 11 10001 1000001 110000 1001 100000

Color Harmonies of #5A574B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A574B

Black with #5A574B

Text Example


Text Example

White with #5A574B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,87,75); }

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

background-color css

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

 a { background-color: rgb(90,87,75); }

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

border-color css

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

 span { border-color: rgb(90,87,75); }

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