#837404

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

Shades of Olive #837404

Tints of Olive #837404

Color information

#837404 (or 0x837404) is unknown color: approx Olive. HEX triplet: 83, 74 and 04. RGB value is (131,116,4). Sum of RGB (Red+Green+Blue) = 131+116+4=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #837404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837404 is #7C8BFB. Grayscale: #6C6C6C. Windows color (decimal): -8162300 or 291971. OLE color: 291971.

HSL color Cylindrical-coordinate representation of color #837404: hue angle of 52.91º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #837404 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB1311164-
CMYK00.110.970.49
HSL52.91º94.07%26.47%-
HSV(B)52.91º96.95%51.37%-
XYZ15.6317.322.64-
YUV107.7269.47144.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.19%
GREEN value IS 116 (45.70% from 255) = 46.22%
BLUE value IS 4 (1.95% from 255) = 1.59%
R=52.19%
G=46.22%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131116400.110.970.4952.9194.0726.47
Hex837440B6131355e1a
Octal2031644013141616513632
Binary100000111110100100010111100001110001110101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837404; }

 p { color: rgb(131,116,4); }

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

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

 a { background-color: rgb(131,116,4); }

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

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

 span { border-color: rgb(131,116,4); }

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