Html Css Color HEX #58554A Millbrook

📋 copy color: '#58554A'

red 88 ◦ green 85 ◦ blue 74

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

Shades of Millbrook #58554A

Tints of Millbrook #58554A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.41%

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

R = 35.63%
G = 34.41%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#58554A (or 0x58554A) is known color: Millbrook. HEX triplet: 58, 55 and 4A. RGB value is (88,85,74). Sum of RGB (Red+Green+Blue) = 88+85+74=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 88 - color contains mainly: red. Hex color #58554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58554A is #A7AAB5. Grayscale: #545454. Windows color (decimal): -10988214 or 4871512. OLE color: 4871512.

HSL color Cylindrical-coordinate representation of color #58554A: hue angle of 47.14º 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 #58554A is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 85 74 -
CMYK 0 0.03 0.16 0.65
HSL 47.14º 0.09% 0.32% -
HSV(B) 47.14º 0.16% 0.35% -
XYZ 8.51 9.07 7.78 -
YUV 84.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 88 85 74 0 0.03 0.16 0.65 47.14 0.09 0.32
Hex 58 55 4A 0 3 10 41 2F 9 20
Octal 130 125 112 0 3 20 101 57 11 40
Binary 1011000 1010101 1001010 0 11 10000 1000001 101111 1001 100000

Color Harmonies of #58554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58554A

Black with #58554A

Text Example


Text Example

White with #58554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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