Html Css Color HEX #585342 Millbrook

📋 copy color: '#585342'

red 88 ◦ green 83 ◦ blue 66

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

Shades of Millbrook #585342

Tints of Millbrook #585342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 27.85%

R = 37.13%
G = 35.02%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#585342 (or 0x585342) is known color: Millbrook. HEX triplet: 58, 53 and 42. RGB value is (88,83,66). Sum of RGB (Red+Green+Blue) = 88+83+66=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 88 - color contains mainly: red. Hex color #585342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585342 is #A7ACBD. Grayscale: #525252. Windows color (decimal): -10988734 or 4346712. OLE color: 4346712.

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

Color convert

RGB 88 83 66 -
CMYK 0 0.06 0.25 0.65
HSL 46.36º 0.14% 0.3% -
HSV(B) 46.36º 0.25% 0.35% -
XYZ 8.1 8.65 6.4 -
YUV 82.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 88 83 66 0 0.06 0.25 0.65 46.36 0.14 0.3
Hex 58 53 42 0 6 19 41 2E E 1E
Octal 130 123 102 0 6 31 101 56 16 36
Binary 1011000 1010011 1000010 0 110 11001 1000001 101110 1110 11110

Color Harmonies of #585342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585342

Black with #585342

Text Example


Text Example

White with #585342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585342; }

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

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

background-color css

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

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

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

border-color css

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

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

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