#846953

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

Shades of Roman Coffee #846953

Tints of Roman Coffee #846953

Color information

#846953 (or 0x846953) is unknown color: approx Roman Coffee. HEX triplet: 84, 69 and 53. RGB value is (132,105,83). Sum of RGB (Red+Green+Blue) = 132+105+83=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 132 - color contains mainly: red. Hex color #846953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846953 is #7B96AC. Grayscale: #6E6E6E. Windows color (decimal): -8099501 or 5466500. OLE color: 5466500.

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

Color convert

RGB13210583-
CMYK00.200.370.48
HSL26.94º22.79%42.16%-
HSV(B)26.94º37.12%51.76%-
XYZ16.1315.6310.35-
YUV110.56112.45143.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.25%
GREEN value IS 105 (41.41% from 255) = 32.81%
BLUE value IS 83 (32.81% from 255) = 25.94%
R=41.25%
G=32.81%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321058300.200.370.4826.9422.7942.16
Hex84695301425301b172a
Octal2041511230244560332752
Binary10000100110100110100110101001001011100001101110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846953; }

 p { color: rgb(132,105,83); }

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

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

 a { background-color: rgb(132,105,83); }

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

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

 span { border-color: rgb(132,105,83); }

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