#85730C

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

Shades of Olive #85730C

Tints of Olive #85730C

Color information

#85730C (or 0x85730C) is unknown color: approx Olive. HEX triplet: 85, 73 and 0C. RGB value is (133,115,12). Sum of RGB (Red+Green+Blue) = 133+115+12=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85730C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85730C is #7A8CF3. Grayscale: #6D6D6D. Windows color (decimal): -8031476 or 816005. OLE color: 816005.

HSL color Cylindrical-coordinate representation of color #85730C: hue angle of 51.07º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85730C is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB13311512-
CMYK00.140.910.48
HSL51.07º83.45%28.43%-
HSV(B)51.07º90.98%52.16%-
XYZ15.8717.272.85-
YUV108.6473.46145.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.15%
GREEN value IS 115 (45.31% from 255) = 44.23%
BLUE value IS 12 (5.08% from 255) = 4.62%
R=51.15%
G=44.23%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331151200.140.910.4851.0783.4528.43
Hex8573C0E5B3033531c
Octal20516314016133606312334
Binary1000010111100111100011101011011110000110011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85730C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85730C; }

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

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

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

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

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

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

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

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