Html Css Color HEX #58574C Millbrook

📋 copy color: '#58574C'

red 88 ◦ green 87 ◦ blue 76

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

Shades of Millbrook #58574C

Tints of Millbrook #58574C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.28%

R = 35.06%
G = 34.66%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#58574C (or 0x58574C) is known color: Millbrook. HEX triplet: 58, 57 and 4C. RGB value is (88,87,76). Sum of RGB (Red+Green+Blue) = 88+87+76=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 88 - color contains mainly: red. Hex color #58574C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58574C is #A7A8B3. Grayscale: #565656. Windows color (decimal): -10987700 or 5003096. OLE color: 5003096.

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

Color convert

RGB 88 87 76 -
CMYK 0 0.01 0.14 0.65
HSL 55º 0.07% 0.32% -
HSV(B) 55º 0.14% 0.35% -
XYZ 8.74 9.41 8.19 -
YUV 86.05 122.33 129.39 -
System Red Green Blue C M Y K H S L
Decimal 88 87 76 0 0.01 0.14 0.65 55 0.07 0.32
Hex 58 57 4C 0 1 E 41 37 7 20
Octal 130 127 114 0 1 16 101 67 7 40
Binary 1011000 1010111 1001100 0 1 1110 1000001 110111 111 100000

Color Harmonies of #58574C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58574C

Black with #58574C

Text Example


Text Example

White with #58574C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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