#856800

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

Shades of Olive #856800

Tints of Olive #856800

Color information

#856800 (or 0x856800) is unknown color: approx Olive. HEX triplet: 85, 68 and 00. RGB value is (133,104,0). Sum of RGB (Red+Green+Blue) = 133+104+0=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #856800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856800 is #7A97FF. Grayscale: #656565. Windows color (decimal): -8034304 or 26757. OLE color: 26757.

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

Color convert

RGB1331040-
CMYK00.2210.48
HSL46.92º100%26.08%-
HSV(B)46.92º100%52.16%-
XYZ14.6214.892.1-
YUV100.8271.11150.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.12%
GREEN value IS 104 (41.02% from 255) = 43.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.12%
G=43.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133104000.2210.4846.9210026.08
Hex8568001664302f641a
Octal2051500026144605714432
Binary10000101110100000101101100100110000101111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856800; }

 p { color: rgb(133,104,0); }

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

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

 a { background-color: rgb(133,104,0); }

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

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

 span { border-color: rgb(133,104,0); }

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