Html Css Color HEX #856750 Roman Coffee

📋 copy color: '#856750'

red 133 ◦ green 103 ◦ blue 80

#856750
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roman Coffee #856750

Tints of Roman Coffee #856750

RGB

 RED value IS 133 (52.34% from 255) = 42.09%

 GREEN value IS 103 (40.63% from 255) = 32.59%

 BLUE value IS 80 (31.64% from 255) = 25.32%

R = 42.09%
G = 32.59%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#856750 (or 0x856750) is known color: Roman Coffee. HEX triplet: 85, 67 and 50. RGB value is (133,103,80). Sum of RGB (Red+Green+Blue) = 133+103+80=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #856750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856750 is #7A98AF. Grayscale: #6D6D6D. Windows color (decimal): -8034480 or 5269381. OLE color: 5269381.

HSL color Cylindrical-coordinate representation of color #856750: hue angle of 26.04º 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 #856750 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 103 80 -
CMYK 0 0.23 0.40 0.48
HSL 26.04º 0.25% 0.42% -
HSV(B) 26.04º 0.4% 0.52% -
XYZ 15.97 15.27 9.69 -
YUV 109.35 111.44 144.87 -
System Red Green Blue C M Y K H S L
Decimal 133 103 80 0 0.23 0.40 0.48 26.04 0.25 0.42
Hex 85 67 50 0 17 28 30 1A 19 2A
Octal 205 147 120 0 27 50 60 32 31 52
Binary 10000101 1100111 1010000 0 10111 101000 110000 11010 11001 101010

Color Harmonies of #856750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856750

Black with #856750

Text Example


Text Example

White with #856750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856750; }

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

 H1.HeaderClassName
 {
   color: #856750;
 }
 .AnyTagClassName
 {
   color: #856750;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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