#837105

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

Shades of Olive #837105

Tints of Olive #837105

Color information

#837105 (or 0x837105) is unknown color: approx Olive. HEX triplet: 83, 71 and 05. RGB value is (131,113,5). Sum of RGB (Red+Green+Blue) = 131+113+5=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #837105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837105 is #7C8EFA. Grayscale: #6A6A6A. Windows color (decimal): -8163067 or 356739. OLE color: 356739.

HSL color Cylindrical-coordinate representation of color #837105: hue angle of 51.43º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #837105 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB1311135-
CMYK00.140.960.49
HSL51.43º92.65%26.67%-
HSV(B)51.43º96.18%51.37%-
XYZ15.2916.652.55-
YUV106.0770.96145.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.61%
GREEN value IS 113 (44.53% from 255) = 45.38%
BLUE value IS 5 (2.34% from 255) = 2.01%
R=52.61%
G=45.38%
B=2.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131113500.140.960.4951.4392.6526.67
Hex837150E6031335d1b
Octal2031615016140616313533
Binary100000111110001101011101100000110001110011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837105; }

 p { color: rgb(131,113,5); }

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

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

 a { background-color: rgb(131,113,5); }

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

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

 span { border-color: rgb(131,113,5); }

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