#85674F

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

Shades of Roman Coffee #85674F

Tints of Roman Coffee #85674F

Color information

#85674F (or 0x85674F) is unknown color: approx Roman Coffee. HEX triplet: 85, 67 and 4F. RGB value is (133,103,79). Sum of RGB (Red+Green+Blue) = 133+103+79=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #85674F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85674F is #7A98B0. Grayscale: #6D6D6D. Windows color (decimal): -8034481 or 5203845. OLE color: 5203845.

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

Color convert

RGB13310379-
CMYK00.230.410.48
HSL26.67º25.47%41.57%-
HSV(B)26.67º40.6%52.16%-
XYZ15.9315.259.5-
YUV109.23110.94144.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.22%
GREEN value IS 103 (40.62% from 255) = 32.70%
BLUE value IS 79 (31.25% from 255) = 25.08%
R=42.22%
G=32.70%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331037900.230.410.4826.6725.4741.57
Hex85674F01729301b192a
Octal2051471170275160333152
Binary10000101110011110011110101111010011100001101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85674F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85674F; }

 p { color: rgb(133,103,79); }

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

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

 a { background-color: rgb(133,103,79); }

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

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

 span { border-color: rgb(133,103,79); }

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