#856950

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

Shades of Roman Coffee #856950

Tints of Roman Coffee #856950

Color information

#856950 (or 0x856950) is unknown color: approx Roman Coffee. HEX triplet: 85, 69 and 50. RGB value is (133,105,80). Sum of RGB (Red+Green+Blue) = 133+105+80=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #856950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856950 is #7A96AF. Grayscale: #6E6E6E. Windows color (decimal): -8033968 or 5269893. OLE color: 5269893.

HSL color Cylindrical-coordinate representation of color #856950: hue angle of 28.3º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #856950 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB13310580-
CMYK00.210.400.48
HSL28.3º24.88%41.76%-
HSV(B)28.3º39.85%52.16%-
XYZ16.1715.679.76-
YUV110.52110.78144.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.82%
GREEN value IS 105 (41.41% from 255) = 33.02%
BLUE value IS 80 (31.64% from 255) = 25.16%
R=41.82%
G=33.02%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331058000.210.400.4828.324.8841.76
Hex85695001528301c192a
Octal2051511200255060343152
Binary10000101110100110100000101011010001100001110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856950; }

 p { color: rgb(133,105,80); }

 H1.HeaderClassName
 {
   color: #856950;
 }
 .AnyTagClassName
 {
   color: #856950;
 }
</style>
background-color css

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

 a { background-color: rgb(133,105,80); }

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

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

 span { border-color: rgb(133,105,80); }

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