#837712

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

Shades of Olive #837712

Tints of Olive #837712

Color information

#837712 (or 0x837712) is unknown color: approx Olive. HEX triplet: 83, 77 and 12. RGB value is (131,119,18). Sum of RGB (Red+Green+Blue) = 131+119+18=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 131 - color contains mainly: red. Hex color #837712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837712 is #7C88ED. Grayscale: #6F6F6F. Windows color (decimal): -8161518 or 1210243. OLE color: 1210243.

HSL color Cylindrical-coordinate representation of color #837712: hue angle of 53.63º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #837712 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB13111918-
CMYK00.090.860.49
HSL53.63º75.84%29.22%-
HSV(B)53.63º86.26%51.37%-
XYZ16.0718.063.21-
YUV111.0775.48142.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.88%
GREEN value IS 119 (46.88% from 255) = 44.40%
BLUE value IS 18 (7.42% from 255) = 6.72%
R=48.88%
G=44.40%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311191800.090.860.4953.6375.8429.22
Hex837712095631364c1d
Octal20316722011126616611435
Binary10000011111011110010010011010110110001110110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837712; }

 p { color: rgb(131,119,18); }

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

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

 a { background-color: rgb(131,119,18); }

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

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

 span { border-color: rgb(131,119,18); }

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