#93850A

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

Shades of Olive #93850A

Tints of Olive #93850A

Color information

#93850A (or 0x93850A) is unknown color: approx Olive. HEX triplet: 93, 85 and 0A. RGB value is (147,133,10). Sum of RGB (Red+Green+Blue) = 147+133+10=290 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.69% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 147 - color contains mainly: red. Hex color #93850A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93850A is #6C7AF5. Grayscale: #7B7B7B. Windows color (decimal): -7109366 or 689555. OLE color: 689555.

HSL color Cylindrical-coordinate representation of color #93850A: hue angle of 53.87º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #93850A is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB14713310-
CMYK00.100.930.42
HSL53.87º87.26%30.78%-
HSV(B)53.87º93.2%57.65%-
XYZ20.47233.65-
YUV123.1664.14145-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.69%
GREEN value IS 133 (52.34% from 255) = 45.86%
BLUE value IS 10 (4.30% from 255) = 3.45%
R=50.69%
G=45.86%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471331000.100.930.4253.8787.2630.78
Hex9385A0A5D2A36571f
Octal22320512012135526612737
Binary10010011100001011010010101011101101010110110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93850A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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