Html Css Color HEX #85674E Roman Coffee

📋 copy color: '#85674E'

red 133 ◦ green 103 ◦ blue 78

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

Shades of Roman Coffee #85674E

Tints of Roman Coffee #85674E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.84%

R = 42.36%
G = 32.8%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#85674E (or 0x85674E) is known color: Roman Coffee. HEX triplet: 85, 67 and 4E. RGB value is (133,103,78). Sum of RGB (Red+Green+Blue) = 133+103+78=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #85674E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85674E is #7A98B1. Grayscale: #6D6D6D. Windows color (decimal): -8034482 or 5138309. OLE color: 5138309.

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

Color convert

RGB 133 103 78 -
CMYK 0 0.23 0.41 0.48
HSL 27.27º 0.26% 0.41% -
HSV(B) 27.27º 0.41% 0.52% -
XYZ 15.9 15.24 9.31 -
YUV 109.12 110.44 145.03 -
System Red Green Blue C M Y K H S L
Decimal 133 103 78 0 0.23 0.41 0.48 27.27 0.26 0.41
Hex 85 67 4E 0 17 29 30 1B 1A 29
Octal 205 147 116 0 27 51 60 33 32 51
Binary 10000101 1100111 1001110 0 10111 101001 110000 11011 11010 101001

Color Harmonies of #85674E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85674E

Black with #85674E

Text Example


Text Example

White with #85674E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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