Html Css Color HEX #857409 Olive

📋 copy color: '#857409'

red 133 ◦ green 116 ◦ blue 9

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

Shades of Olive #857409

Tints of Olive #857409

RGB

 RED value IS 133 (52.34% from 255) = 51.55%

 GREEN value IS 116 (45.7% from 255) = 44.96%

 BLUE value IS 9 (3.91% from 255) = 3.49%

R = 51.55%
G = 44.96%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#857409 (or 0x857409) is known color: Olive. HEX triplet: 85, 74 and 09. RGB value is (133,116,9). Sum of RGB (Red+Green+Blue) = 133+116+9=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 9 (3.91% from 255 or 3.49% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #857409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857409 is #7A8BF6. Grayscale: #6D6D6D. Windows color (decimal): -8031223 or 619653. OLE color: 619653.

HSL color Cylindrical-coordinate representation of color #857409: hue angle of 51.77º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #857409 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 116 9 -
CMYK 0 0.13 0.93 0.48
HSL 51.77º 0.87% 0.28% -
HSV(B) 51.77º 0.93% 0.52% -
XYZ 15.97 17.5 2.79 -
YUV 108.89 71.63 145.2 -
System Red Green Blue C M Y K H S L
Decimal 133 116 9 0 0.13 0.93 0.48 51.77 0.87 0.28
Hex 85 74 9 0 D 5D 30 34 57 1C
Octal 205 164 11 0 15 135 60 64 127 34
Binary 10000101 1110100 1001 0 1101 1011101 110000 110100 1010111 11100

Color Harmonies of #857409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857409

Black with #857409

Text Example


Text Example

White with #857409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857409; }

 p { color: rgb(133,116,9); }

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

background-color css

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

 a { background-color: rgb(133,116,9); }

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

border-color css

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

 span { border-color: rgb(133,116,9); }

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