Html Css Color HEX #856550 Roman Coffee

📋 copy color: '#856550'

red 133 ◦ green 101 ◦ blue 80

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

Shades of Roman Coffee #856550

Tints of Roman Coffee #856550

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.17%

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

R = 42.36%
G = 32.17%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#856550 (or 0x856550) is known color: Roman Coffee. HEX triplet: 85, 65 and 50. RGB value is (133,101,80). Sum of RGB (Red+Green+Blue) = 133+101+80=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #856550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856550 is #7A9AAF. Grayscale: #6C6C6C. Windows color (decimal): -8034992 or 5268869. OLE color: 5268869.

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

Color convert

RGB 133 101 80 -
CMYK 0 0.24 0.40 0.48
HSL 23.77º 0.25% 0.42% -
HSV(B) 23.77º 0.4% 0.52% -
XYZ 15.77 14.87 9.63 -
YUV 108.17 112.1 145.71 -
System Red Green Blue C M Y K H S L
Decimal 133 101 80 0 0.24 0.40 0.48 23.77 0.25 0.42
Hex 85 65 50 0 18 28 30 18 19 2A
Octal 205 145 120 0 30 50 60 30 31 52
Binary 10000101 1100101 1010000 0 11000 101000 110000 11000 11001 101010

Color Harmonies of #856550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856550

Black with #856550

Text Example


Text Example

White with #856550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856550; }

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

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

background-color css

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

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

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

border-color css

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

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

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