#837812

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

Shades of Olive #837812

Tints of Olive #837812

Color information

#837812 (or 0x837812) is unknown color: approx Olive. HEX triplet: 83, 78 and 12. RGB value is (131,120,18). Sum of RGB (Red+Green+Blue) = 131+120+18=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 131 - color contains mainly: red. Hex color #837812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837812 is #7C87ED. Grayscale: #707070. Windows color (decimal): -8161262 or 1210499. OLE color: 1210499.

HSL color Cylindrical-coordinate representation of color #837812: hue angle of 54.16º 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 #837812 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB13112018-
CMYK00.080.860.49
HSL54.16º75.84%29.22%-
HSV(B)54.16º86.26%51.37%-
XYZ16.1918.33.25-
YUV111.6675.14141.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.70%
GREEN value IS 120 (47.27% from 255) = 44.61%
BLUE value IS 18 (7.42% from 255) = 6.69%
R=48.70%
G=44.61%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311201800.080.860.4954.1675.8429.22
Hex837812085631364c1d
Octal20317022010126616611435
Binary10000011111100010010010001010110110001110110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837812; }

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

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

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

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

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

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

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

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