#837800

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

Shades of Olive #837800

Tints of Olive #837800

Color information

#837800 (or 0x837800) is unknown color: approx Olive. HEX triplet: 83, 78 and 00. RGB value is (131,120,0). Sum of RGB (Red+Green+Blue) = 131+120+0=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 120 (47.27% from 255 or 47.81% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #837800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837800 is #7C87FF. Grayscale: #6E6E6E. Windows color (decimal): -8161280 or 30851. OLE color: 30851.

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

Color convert

RGB1311200-
CMYK00.0810.49
HSL54.96º100%25.69%-
HSV(B)54.96º100%51.37%-
XYZ16.0818.262.68-
YUV109.6166.14143.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.19%
GREEN value IS 120 (47.27% from 255) = 47.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.19%
G=47.81%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131120000.0810.4954.9610025.69
Hex8378008643137641a
Octal2031700010144616714432
Binary1000001111110000010001100100110001110111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837800; }

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

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

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

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

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

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

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

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