Html Css Color HEX #856B5C Roman Coffee

📋 copy color: '#856B5C'

red 133 ◦ green 107 ◦ blue 92

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

Shades of Roman Coffee #856B5C

Tints of Roman Coffee #856B5C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.23%

 BLUE value IS 92 (36.33% from 255) = 27.71%

R = 40.06%
G = 32.23%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#856B5C (or 0x856B5C) is known color: Roman Coffee. HEX triplet: 85, 6B and 5C. RGB value is (133,107,92). Sum of RGB (Red+Green+Blue) = 133+107+92=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #856B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856B5C is #7A94A3. Grayscale: #717171. Windows color (decimal): -8033444 or 6056837. OLE color: 6056837.

HSL color Cylindrical-coordinate representation of color #856B5C: hue angle of 21.95º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #856B5C is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 107 92 -
CMYK 0 0.20 0.31 0.48
HSL 21.95º 0.18% 0.44% -
HSV(B) 21.95º 0.31% 0.52% -
XYZ 16.86 16.27 12.38 -
YUV 113.06 116.11 142.22 -
System Red Green Blue C M Y K H S L
Decimal 133 107 92 0 0.20 0.31 0.48 21.95 0.18 0.44
Hex 85 6B 5C 0 14 1F 30 16 12 2C
Octal 205 153 134 0 24 37 60 26 22 54
Binary 10000101 1101011 1011100 0 10100 11111 110000 10110 10010 101100

Color Harmonies of #856B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856B5C

Black with #856B5C

Text Example


Text Example

White with #856B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856B5C; }

 p { color: rgb(133,107,92); }

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

background-color css

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

 a { background-color: rgb(133,107,92); }

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

border-color css

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

 span { border-color: rgb(133,107,92); }

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