Html Css Color HEX #575242 Millbrook

📋 copy color: '#575242'

red 87 ◦ green 82 ◦ blue 66

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

Shades of Millbrook #575242

Tints of Millbrook #575242

RGB

 RED value IS 87 (34.38% from 255) = 37.02%

 GREEN value IS 82 (32.42% from 255) = 34.89%

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

R = 37.02%
G = 34.89%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#575242 (or 0x575242) is known color: Millbrook. HEX triplet: 57, 52 and 42. RGB value is (87,82,66). Sum of RGB (Red+Green+Blue) = 87+82+66=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 87 - color contains mainly: red. Hex color #575242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575242 is #A8ADBD. Grayscale: #515151. Windows color (decimal): -11054526 or 4346455. OLE color: 4346455.

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

Color convert

RGB 87 82 66 -
CMYK 0 0.06 0.24 0.66
HSL 45.71º 0.14% 0.3% -
HSV(B) 45.71º 0.24% 0.34% -
XYZ 7.93 8.45 6.37 -
YUV 81.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 87 82 66 0 0.06 0.24 0.66 45.71 0.14 0.3
Hex 57 52 42 0 6 18 42 2E E 1E
Octal 127 122 102 0 6 30 102 56 16 36
Binary 1010111 1010010 1000010 0 110 11000 1000010 101110 1110 11110

Color Harmonies of #575242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575242

Black with #575242

Text Example


Text Example

White with #575242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575242; }

 p { color: rgb(87,82,66); }

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

background-color css

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

 a { background-color: rgb(87,82,66); }

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

border-color css

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

 span { border-color: rgb(87,82,66); }

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