Html Css Color HEX #85674D Roman Coffee

📋 copy color: '#85674D'

red 133 ◦ green 103 ◦ blue 77

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

Shades of Roman Coffee #85674D

Tints of Roman Coffee #85674D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.6%

R = 42.49%
G = 32.91%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#85674D (or 0x85674D) is known color: Roman Coffee. HEX triplet: 85, 67 and 4D. RGB value is (133,103,77). Sum of RGB (Red+Green+Blue) = 133+103+77=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #85674D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85674D is #7A98B2. Grayscale: #6D6D6D. Windows color (decimal): -8034483 or 5072773. OLE color: 5072773.

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

Color convert

RGB 133 103 77 -
CMYK 0 0.23 0.42 0.48
HSL 27.86º 0.27% 0.41% -
HSV(B) 27.86º 0.42% 0.52% -
XYZ 15.86 15.22 9.12 -
YUV 109.01 109.94 145.11 -
System Red Green Blue C M Y K H S L
Decimal 133 103 77 0 0.23 0.42 0.48 27.86 0.27 0.41
Hex 85 67 4D 0 17 2A 30 1C 1B 29
Octal 205 147 115 0 27 52 60 34 33 51
Binary 10000101 1100111 1001101 0 10111 101010 110000 11100 11011 101001

Color Harmonies of #85674D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85674D

Black with #85674D

Text Example


Text Example

White with #85674D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85674D; }

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

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

background-color css

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

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

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

border-color css

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

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

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