#555345

Color #555345 Millbrook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Millbrook #555345

Tints of Millbrook #555345

Color information

#555345 (or 0x555345) is unknown color: approx 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

RGB858369-
CMYK00.020.190.67
HSL52.5º10.39%30.2%-
HSV(B)52.5º18.82%33.33%-
XYZ7.918.556.86-
YUV82120.66130.14-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85836900.020.190.6752.510.3930.2
Hex55534502134334a1e
Octal1251231050223103641236
Binary101010110100111000101010100111000011110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>