Html Css Color HEX #857404 Olive

📋 copy color: '#857404'

red 133 ◦ green 116 ◦ blue 4

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

Shades of Olive #857404

Tints of Olive #857404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.58%

R = 52.57%
G = 45.85%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#857404 (or 0x857404) is known color: Olive. HEX triplet: 85, 74 and 04. RGB value is (133,116,4). Sum of RGB (Red+Green+Blue) = 133+116+4=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #857404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857404 is #7A8BFB. Grayscale: #6C6C6C. Windows color (decimal): -8031228 or 291973. OLE color: 291973.

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

Color convert

RGB 133 116 4 -
CMYK 0 0.13 0.97 0.48
HSL 52.09º 0.94% 0.27% -
HSV(B) 52.09º 0.97% 0.52% -
XYZ 15.94 17.49 2.65 -
YUV 108.32 69.13 145.61 -
System Red Green Blue C M Y K H S L
Decimal 133 116 4 0 0.13 0.97 0.48 52.09 0.94 0.27
Hex 85 74 4 0 D 61 30 34 5E 1B
Octal 205 164 4 0 15 141 60 64 136 33
Binary 10000101 1110100 100 0 1101 1100001 110000 110100 1011110 11011

Color Harmonies of #857404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857404

Black with #857404

Text Example


Text Example

White with #857404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857404; }

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

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

background-color css

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

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

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

border-color css

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

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

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