#856A5B

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

Shades of Roman Coffee #856A5B

Tints of Roman Coffee #856A5B

Color information

#856A5B (or 0x856A5B) is unknown color: approx Roman Coffee. HEX triplet: 85, 6A and 5B. RGB value is (133,106,91). Sum of RGB (Red+Green+Blue) = 133+106+91=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #856A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856A5B is #7A95A4. Grayscale: #707070. Windows color (decimal): -8033701 or 5991045. OLE color: 5991045.

HSL color Cylindrical-coordinate representation of color #856A5B: hue angle of 21.43º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #856A5B is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB13310691-
CMYK00.200.320.48
HSL21.43º18.75%43.92%-
HSV(B)21.43º31.58%52.16%-
XYZ16.7216.0512.11-
YUV112.36115.95142.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.30%
GREEN value IS 106 (41.80% from 255) = 32.12%
BLUE value IS 91 (35.94% from 255) = 27.58%
R=40.30%
G=32.12%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331069100.200.320.4821.4318.7543.92
Hex856A5B014203015132c
Octal2051521330244060252354
Binary10000101110101010110110101001000001100001010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856A5B; }

 p { color: rgb(133,106,91); }

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

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

 a { background-color: rgb(133,106,91); }

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

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

 span { border-color: rgb(133,106,91); }

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