Html Css Color HEX #856650 Roman Coffee

📋 copy color: '#856650'

red 133 ◦ green 102 ◦ blue 80

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

Shades of Roman Coffee #856650

Tints of Roman Coffee #856650

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.38%

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

R = 42.22%
G = 32.38%
B = 25.4%

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

#856650 (or 0x856650) is known color: Roman Coffee. HEX triplet: 85, 66 and 50. RGB value is (133,102,80). Sum of RGB (Red+Green+Blue) = 133+102+80=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #856650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856650 is #7A99AF. Grayscale: #6C6C6C. Windows color (decimal): -8034736 or 5269125. OLE color: 5269125.

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

Color convert

RGB 133 102 80 -
CMYK 0 0.23 0.40 0.48
HSL 24.91º 0.25% 0.42% -
HSV(B) 24.91º 0.4% 0.52% -
XYZ 15.87 15.07 9.66 -
YUV 108.76 111.77 145.29 -
System Red Green Blue C M Y K H S L
Decimal 133 102 80 0 0.23 0.40 0.48 24.91 0.25 0.42
Hex 85 66 50 0 17 28 30 19 19 2A
Octal 205 146 120 0 27 50 60 31 31 52
Binary 10000101 1100110 1010000 0 10111 101000 110000 11001 11001 101010

Color Harmonies of #856650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856650

Black with #856650

Text Example


Text Example

White with #856650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856650; }

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

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

background-color css

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

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

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

border-color css

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

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

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