#857303

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

Shades of Olive #857303

Tints of Olive #857303

Color information

#857303 (or 0x857303) is unknown color: approx Olive. HEX triplet: 85, 73 and 03. RGB value is (133,115,3). Sum of RGB (Red+Green+Blue) = 133+115+3=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #857303 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857303 is #7A8CFC. Grayscale: #6C6C6C. Windows color (decimal): -8031485 or 226181. OLE color: 226181.

HSL color Cylindrical-coordinate representation of color #857303: hue angle of 51.69º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #857303 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB1331153-
CMYK00.140.980.48
HSL51.69º95.59%26.67%-
HSV(B)51.69º97.74%52.16%-
XYZ15.8217.252.58-
YUV107.6168.96146.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.99%
GREEN value IS 115 (45.31% from 255) = 45.82%
BLUE value IS 3 (1.56% from 255) = 1.20%
R=52.99%
G=45.82%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133115300.140.980.4851.6995.5926.67
Hex857330E623034601b
Octal2051633016142606414033
Binary10000101111001111011101100010110000110100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857303; }

 p { color: rgb(133,115,3); }

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

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

 a { background-color: rgb(133,115,3); }

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

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

 span { border-color: rgb(133,115,3); }

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