Html Css Color HEX #555346 Millbrook

📋 copy color: '#555346'

red 85 ◦ green 83 ◦ blue 70

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

Shades of Millbrook #555346

Tints of Millbrook #555346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.41%

R = 35.71%
G = 34.87%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#555346 (or 0x555346) is known color: Millbrook. HEX triplet: 55, 53 and 46. RGB value is (85,83,70). Sum of RGB (Red+Green+Blue) = 85+83+70=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 85 - color contains mainly: red. Hex color #555346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555346 is #AAACB9. Grayscale: #525252. Windows color (decimal): -11185338 or 4608853. OLE color: 4608853.

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

Color convert

RGB 85 83 70 -
CMYK 0 0.02 0.18 0.67
HSL 52º 0.1% 0.3% -
HSV(B) 52º 0.18% 0.33% -
XYZ 7.95 8.56 7.03 -
YUV 82.12 121.16 130.06 -
System Red Green Blue C M Y K H S L
Decimal 85 83 70 0 0.02 0.18 0.67 52 0.1 0.3
Hex 55 53 46 0 2 12 43 34 A 1E
Octal 125 123 106 0 2 22 103 64 12 36
Binary 1010101 1010011 1000110 0 10 10010 1000011 110100 1010 11110

Color Harmonies of #555346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555346

Black with #555346

Text Example


Text Example

White with #555346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555346; }

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

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

background-color css

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

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

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

border-color css

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

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

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