Html Css Color HEX #555345 Millbrook

📋 copy color: '#555345'

red 85 ◦ green 83 ◦ blue 69

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

Shades of Millbrook #555345

Tints of Millbrook #555345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 29.11%

R = 35.86%
G = 35.02%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#555345 (or 0x555345) is known color: Millbrook. HEX triplet: 55, 53 and 45. RGB value is (85,83,69). Sum of RGB (Red+Green+Blue) = 85+83+69=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 85 - color contains mainly: red. Hex color #555345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555345 is #AAACBA. Grayscale: #525252. Windows color (decimal): -11185339 or 4543317. OLE color: 4543317.

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

Color convert

RGB 85 83 69 -
CMYK 0 0.02 0.19 0.67
HSL 52.5º 0.1% 0.3% -
HSV(B) 52.5º 0.19% 0.33% -
XYZ 7.91 8.55 6.86 -
YUV 82 120.66 130.14 -
System Red Green Blue C M Y K H S L
Decimal 85 83 69 0 0.02 0.19 0.67 52.5 0.1 0.3
Hex 55 53 45 0 2 13 43 34 A 1E
Octal 125 123 105 0 2 23 103 64 12 36
Binary 1010101 1010011 1000101 0 10 10011 1000011 110100 1010 11110

Color Harmonies of #555345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555345

Black with #555345

Text Example


Text Example

White with #555345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555345; }

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

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

background-color css

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

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

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

border-color css

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

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

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