Html Css Color HEX #555344 Millbrook

📋 copy color: '#555344'

red 85 ◦ green 83 ◦ blue 68

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

Shades of Millbrook #555344

Tints of Millbrook #555344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 28.81%

R = 36.02%
G = 35.17%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#555344 (or 0x555344) is known color: Millbrook. HEX triplet: 55, 53 and 44. RGB value is (85,83,68). Sum of RGB (Red+Green+Blue) = 85+83+68=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 85 - color contains mainly: red. Hex color #555344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555344 is #AAACBB. Grayscale: #515151. Windows color (decimal): -11185340 or 4477781. OLE color: 4477781.

HSL color Cylindrical-coordinate representation of color #555344: hue angle of 52.94º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #555344 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 83 68 -
CMYK 0 0.02 0.20 0.67
HSL 52.94º 0.11% 0.3% -
HSV(B) 52.94º 0.2% 0.33% -
XYZ 7.88 8.54 6.7 -
YUV 81.89 120.16 130.22 -
System Red Green Blue C M Y K H S L
Decimal 85 83 68 0 0.02 0.20 0.67 52.94 0.11 0.3
Hex 55 53 44 0 2 14 43 35 B 1E
Octal 125 123 104 0 2 24 103 65 13 36
Binary 1010101 1010011 1000100 0 10 10100 1000011 110101 1011 11110

Color Harmonies of #555344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555344

Black with #555344

Text Example


Text Example

White with #555344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555344; }

 p { color: rgb(85,83,68); }

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

background-color css

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

 a { background-color: rgb(85,83,68); }

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

border-color css

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

 span { border-color: rgb(85,83,68); }

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