Html Css Color HEX #93850D Olive

📋 copy color: '#93850D'

red 147 ◦ green 133 ◦ blue 13

#93850D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #93850D

Tints of Olive #93850D

RGB

 RED value IS 147 (57.81% from 255) = 50.17%

 GREEN value IS 133 (52.34% from 255) = 45.39%

 BLUE value IS 13 (5.47% from 255) = 4.44%

R = 50.17%
G = 45.39%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#93850D (or 0x93850D) is known color: Olive. HEX triplet: 93, 85 and 0D. RGB value is (147,133,13). Sum of RGB (Red+Green+Blue) = 147+133+13=293 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.17% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 147 - color contains mainly: red. Hex color #93850D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93850D is #6C7AF2. Grayscale: #7C7C7C. Windows color (decimal): -7109363 or 886163. OLE color: 886163.

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

Color convert

RGB 147 133 13 -
CMYK 0 0.10 0.91 0.42
HSL 53.73º 0.84% 0.31% -
HSV(B) 53.73º 0.91% 0.58% -
XYZ 20.49 23.01 3.74 -
YUV 123.51 65.64 144.76 -
System Red Green Blue C M Y K H S L
Decimal 147 133 13 0 0.10 0.91 0.42 53.73 0.84 0.31
Hex 93 85 D 0 A 5B 2A 36 54 1F
Octal 223 205 15 0 12 133 52 66 124 37
Binary 10010011 10000101 1101 0 1010 1011011 101010 110110 1010100 11111

Color Harmonies of #93850D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93850D

Black with #93850D

Text Example


Text Example

White with #93850D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93850D;
 }
 .AnyTagClassName
 {
   color: #93850D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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