Html Css Color HEX #857304 Olive

📋 copy color: '#857304'

red 133 ◦ green 115 ◦ blue 4

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

Shades of Olive #857304

Tints of Olive #857304

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.63%

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

R = 52.78%
G = 45.63%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#857304 (or 0x857304) is known color: Olive. HEX triplet: 85, 73 and 04. RGB value is (133,115,4). Sum of RGB (Red+Green+Blue) = 133+115+4=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #857304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857304 is #7A8CFB. Grayscale: #6C6C6C. Windows color (decimal): -8031484 or 291717. OLE color: 291717.

HSL color Cylindrical-coordinate representation of color #857304: hue angle of 51.63º 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 #857304 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 115 4 -
CMYK 0 0.14 0.97 0.48
HSL 51.63º 0.94% 0.27% -
HSV(B) 51.63º 0.97% 0.52% -
XYZ 15.83 17.26 2.61 -
YUV 107.73 69.46 146.03 -
System Red Green Blue C M Y K H S L
Decimal 133 115 4 0 0.14 0.97 0.48 51.63 0.94 0.27
Hex 85 73 4 0 E 61 30 34 5E 1B
Octal 205 163 4 0 16 141 60 64 136 33
Binary 10000101 1110011 100 0 1110 1100001 110000 110100 1011110 11011

Color Harmonies of #857304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857304

Black with #857304

Text Example


Text Example

White with #857304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857304; }

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

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

background-color css

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

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

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

border-color css

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

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

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