Html Css Color HEX #585341 Millbrook

📋 copy color: '#585341'

red 88 ◦ green 83 ◦ blue 65

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

Shades of Millbrook #585341

Tints of Millbrook #585341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.17%

 BLUE value IS 65 (25.78% from 255) = 27.54%

R = 37.29%
G = 35.17%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#585341 (or 0x585341) is known color: Millbrook. HEX triplet: 58, 53 and 41. RGB value is (88,83,65). Sum of RGB (Red+Green+Blue) = 88+83+65=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 88 - color contains mainly: red. Hex color #585341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585341 is #A7ACBE. Grayscale: #525252. Windows color (decimal): -10988735 or 4281176. OLE color: 4281176.

HSL color Cylindrical-coordinate representation of color #585341: hue angle of 46.96º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #585341 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 83 65 -
CMYK 0 0.06 0.26 0.65
HSL 46.96º 0.15% 0.3% -
HSV(B) 46.96º 0.26% 0.35% -
XYZ 8.07 8.64 6.24 -
YUV 82.44 118.16 131.96 -
System Red Green Blue C M Y K H S L
Decimal 88 83 65 0 0.06 0.26 0.65 46.96 0.15 0.3
Hex 58 53 41 0 6 1A 41 2F F 1E
Octal 130 123 101 0 6 32 101 57 17 36
Binary 1011000 1010011 1000001 0 110 11010 1000001 101111 1111 11110

Color Harmonies of #585341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585341

Black with #585341

Text Example


Text Example

White with #585341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585341; }

 p { color: rgb(88,83,65); }

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

background-color css

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

 a { background-color: rgb(88,83,65); }

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

border-color css

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

 span { border-color: rgb(88,83,65); }

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