#837504

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

Shades of Olive #837504

Tints of Olive #837504

Color information

#837504 (or 0x837504) is unknown color: approx Olive. HEX triplet: 83, 75 and 04. RGB value is (131,117,4). Sum of RGB (Red+Green+Blue) = 131+117+4=252 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.98% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 131 - color contains mainly: red. Hex color #837504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837504 is #7C8AFB. Grayscale: #6C6C6C. Windows color (decimal): -8162044 or 292227. OLE color: 292227.

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

Color convert

RGB1311174-
CMYK00.110.970.49
HSL53.39º94.07%26.47%-
HSV(B)53.39º96.95%51.37%-
XYZ15.7417.562.67-
YUV108.369.14144.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.98%
GREEN value IS 117 (46.09% from 255) = 46.43%
BLUE value IS 4 (1.95% from 255) = 1.59%
R=51.98%
G=46.43%
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
Decimal131117400.110.970.4953.3994.0726.47
Hex837540B6131355e1a
Octal2031654013141616513632
Binary100000111110101100010111100001110001110101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837504; }

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

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

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

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

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

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

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

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