#83985F

Color #83985F Highland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highland #83985F

Tints of Highland #83985F

Color information

#83985F (or 0x83985F) is unknown color: approx Highland. HEX triplet: 83, 98 and 5F. RGB value is (131,152,95). Sum of RGB (Red+Green+Blue) = 131+152+95=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 152 - color contains mainly: green. Hex color #83985F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83985F is #7C67A0. Grayscale: #8B8B8B. Windows color (decimal): -8152993 or 6264963. OLE color: 6264963.

HSL color Cylindrical-coordinate representation of color #83985F: hue angle of 82.11º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83985F is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB13115295-
CMYK0.1400.380.40
HSL82.11º23.08%48.43%-
HSV(B)82.11º37.5%59.61%-
XYZ22.6528.1115.06-
YUV139.22103.04122.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.66%
GREEN value IS 152 (59.77% from 255) = 40.21%
BLUE value IS 95 (37.5% from 255) = 25.13%
R=34.66%
G=40.21%
B=25.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal131152950.1400.380.4082.1123.0848.43
Hex83985FE02628521730
Octal20323013716046501222760
Binary1000001110011000101111111100100110101000101001010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83985F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83985F; }

 p { color: rgb(131,152,95); }

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

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

 a { background-color: rgb(131,152,95); }

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

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

 span { border-color: rgb(131,152,95); }

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