#85710A

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

Shades of Olive #85710A

Tints of Olive #85710A

Color information

#85710A (or 0x85710A) is unknown color: approx Olive. HEX triplet: 85, 71 and 0A. RGB value is (133,113,10). Sum of RGB (Red+Green+Blue) = 133+113+10=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #85710A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85710A is #7A8EF5. Grayscale: #6B6B6B. Windows color (decimal): -8031990 or 684421. OLE color: 684421.

HSL color Cylindrical-coordinate representation of color #85710A: hue angle of 50.24º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85710A is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB13311310-
CMYK00.150.920.48
HSL50.24º86.01%28.04%-
HSV(B)50.24º92.48%52.16%-
XYZ15.6316.822.71-
YUV107.2473.13146.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.95%
GREEN value IS 113 (44.53% from 255) = 44.14%
BLUE value IS 10 (4.30% from 255) = 3.91%
R=51.95%
G=44.14%
B=3.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331131000.150.920.4850.2486.0128.04
Hex8571A0F5C3032561c
Octal20516112017134606212634
Binary1000010111100011010011111011100110000110010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85710A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85710A; }

 p { color: rgb(133,113,10); }

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

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

 a { background-color: rgb(133,113,10); }

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

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

 span { border-color: rgb(133,113,10); }

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