Html Css Color HEX #58574A Millbrook

📋 copy color: '#58574A'

red 88 ◦ green 87 ◦ blue 74

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

Shades of Millbrook #58574A

Tints of Millbrook #58574A

RGB

 RED value IS 88 (34.77% from 255) = 35.34%

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

 BLUE value IS 74 (29.3% from 255) = 29.72%

R = 35.34%
G = 34.94%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#58574A (or 0x58574A) is known color: Millbrook. HEX triplet: 58, 57 and 4A. RGB value is (88,87,74). Sum of RGB (Red+Green+Blue) = 88+87+74=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 88 - color contains mainly: red. Hex color #58574A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58574A is #A7A8B5. Grayscale: #555555. Windows color (decimal): -10987702 or 4872024. OLE color: 4872024.

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

Color convert

RGB 88 87 74 -
CMYK 0 0.01 0.16 0.65
HSL 55.71º 0.09% 0.32% -
HSV(B) 55.71º 0.16% 0.35% -
XYZ 8.67 9.39 7.83 -
YUV 85.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 88 87 74 0 0.01 0.16 0.65 55.71 0.09 0.32
Hex 58 57 4A 0 1 10 41 38 9 20
Octal 130 127 112 0 1 20 101 70 11 40
Binary 1011000 1010111 1001010 0 1 10000 1000001 111000 1001 100000

Color Harmonies of #58574A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58574A

Black with #58574A

Text Example


Text Example

White with #58574A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58574A; }

 p { color: rgb(88,87,74); }

 H1.HeaderClassName
 {
   color: #58574A;
 }
 .AnyTagClassName
 {
   color: #58574A;
 }
</style>

background-color css

<style>
 a { background-color: #58574A; }

 a { background-color: rgb(88,87,74); }

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

border-color css

<style>
 span { border-color: #58574A; }

 span { border-color: rgb(88,87,74); }

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