Html Css Color HEX #555242 Millbrook

📋 copy color: '#555242'

red 85 ◦ green 82 ◦ blue 66

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

Shades of Millbrook #555242

Tints of Millbrook #555242

RGB

 RED value IS 85 (33.59% from 255) = 36.48%

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

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

R = 36.48%
G = 35.19%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#555242 (or 0x555242) is known color: Millbrook. HEX triplet: 55, 52 and 42. RGB value is (85,82,66). Sum of RGB (Red+Green+Blue) = 85+82+66=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 85 - color contains mainly: red. Hex color #555242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555242 is #AAADBD. Grayscale: #515151. Windows color (decimal): -11185598 or 4346453. OLE color: 4346453.

HSL color Cylindrical-coordinate representation of color #555242: hue angle of 50.53º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #555242 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 82 66 -
CMYK 0 0.04 0.22 0.67
HSL 50.53º 0.13% 0.3% -
HSV(B) 50.53º 0.22% 0.33% -
XYZ 7.75 8.36 6.36 -
YUV 81.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 85 82 66 0 0.04 0.22 0.67 50.53 0.13 0.3
Hex 55 52 42 0 4 16 43 33 D 1E
Octal 125 122 102 0 4 26 103 63 15 36
Binary 1010101 1010010 1000010 0 100 10110 1000011 110011 1101 11110

Color Harmonies of #555242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555242

Black with #555242

Text Example


Text Example

White with #555242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555242; }

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

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

background-color css

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

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

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

border-color css

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

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

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