#83664D

Color #83664D Roman Coffee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman Coffee #83664D

Tints of Roman Coffee #83664D

Color information

#83664D (or 0x83664D) is unknown color: approx Roman Coffee. HEX triplet: 83, 66 and 4D. RGB value is (131,102,77). Sum of RGB (Red+Green+Blue) = 131+102+77=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 131 - color contains mainly: red. Hex color #83664D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83664D is #7C99B2. Grayscale: #6B6B6B. Windows color (decimal): -8165811 or 5072515. OLE color: 5072515.

HSL color Cylindrical-coordinate representation of color #83664D: hue angle of 27.78º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83664D is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB13110277-
CMYK00.220.410.49
HSL27.78º25.96%40.78%-
HSV(B)27.78º41.22%51.37%-
XYZ15.4514.869.08-
YUV107.82110.61144.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.26%
GREEN value IS 102 (40.23% from 255) = 32.90%
BLUE value IS 77 (30.47% from 255) = 24.84%
R=42.26%
G=32.90%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311027700.220.410.4927.7825.9640.78
Hex83664D01629311c1a29
Octal2031461150265161343251
Binary10000011110011010011010101101010011100011110011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,102,77); }

 H1.HeaderClassName
 {
   color: #83664D;
 }
 .AnyTagClassName
 {
   color: #83664D;
 }
</style>
background-color css

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

 a { background-color: rgb(131,102,77); }

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

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

 span { border-color: rgb(131,102,77); }

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