#856A58

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

Shades of Roman Coffee #856A58

Tints of Roman Coffee #856A58

Color information

#856A58 (or 0x856A58) is unknown color: approx Roman Coffee. HEX triplet: 85, 6A and 58. RGB value is (133,106,88). Sum of RGB (Red+Green+Blue) = 133+106+88=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #856A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856A58 is #7A95A7. Grayscale: #707070. Windows color (decimal): -8033704 or 5794437. OLE color: 5794437.

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

Color convert

RGB13310688-
CMYK00.200.340.48
HSL24º20.36%43.33%-
HSV(B)24º33.83%52.16%-
XYZ16.591611.45-
YUV112.02114.45142.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.67%
GREEN value IS 106 (41.80% from 255) = 32.42%
BLUE value IS 88 (34.77% from 255) = 26.91%
R=40.67%
G=32.42%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331068800.200.340.482420.3643.33
Hex856A58014223018142b
Octal2051521300244260302453
Binary10000101110101010110000101001000101100001100010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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