#83840E

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

Shades of Olive #83840E

Tints of Olive #83840E

Color information

#83840E (or 0x83840E) is unknown color: approx Olive. HEX triplet: 83, 84 and 0E. RGB value is (131,132,14). Sum of RGB (Red+Green+Blue) = 131+132+14=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #83840E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83840E is #7C7BF1. Grayscale: #767676. Windows color (decimal): -8158194 or 951427. OLE color: 951427.

HSL color Cylindrical-coordinate representation of color #83840E: hue angle of 60.51º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #83840E is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB13113214-
CMYK0.0100.890.48
HSL60.51º80.82%28.63%-
HSV(B)60.51º89.39%51.76%-
XYZ17.6921.363.61-
YUV118.2569.17137.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.29%
GREEN value IS 132 (51.95% from 255) = 47.65%
BLUE value IS 14 (5.86% from 255) = 5.05%
R=47.29%
G=47.65%
B=5.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131132140.0100.890.4860.5180.8228.63
Hex8384E1059303d511d
Octal2032041610131607512135
Binary10000011100001001110101011001110000111101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83840E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83840E; }

 p { color: rgb(131,132,14); }

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

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

 a { background-color: rgb(131,132,14); }

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

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

 span { border-color: rgb(131,132,14); }

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