#83750D

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

Shades of Olive #83750D

Tints of Olive #83750D

Color information

#83750D (or 0x83750D) is unknown color: approx Olive. HEX triplet: 83, 75 and 0D. RGB value is (131,117,13). Sum of RGB (Red+Green+Blue) = 131+117+13=261 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.19% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 131 - color contains mainly: red. Hex color #83750D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #83750D is #7C8AF2. Grayscale: #6D6D6D. Windows color (decimal): -8162035 or 882051. OLE color: 882051.

HSL color Cylindrical-coordinate representation of color #83750D: hue angle of 52.88º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83750D is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB13111713-
CMYK00.110.900.49
HSL52.88º81.94%28.24%-
HSV(B)52.88º90.08%51.37%-
XYZ15.7917.582.94-
YUV109.3373.64143.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.19%
GREEN value IS 117 (46.09% from 255) = 44.83%
BLUE value IS 13 (5.47% from 255) = 4.98%
R=50.19%
G=44.83%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.90
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311171300.110.900.4952.8881.9428.24
Hex8375D0B5A3135521c
Octal20316515013132616512234
Binary1000001111101011101010111011010110001110101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83750D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,117,13); }

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

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

 a { background-color: rgb(131,117,13); }

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

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

 span { border-color: rgb(131,117,13); }

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