Html Css Color HEX #837304 Olive

📋 copy color: '#837304'

red 131 ◦ green 115 ◦ blue 4

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

Shades of Olive #837304

Tints of Olive #837304

RGB

 RED value IS 131 (51.56% from 255) = 52.4%

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

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

R = 52.4%
G = 46%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#837304 (or 0x837304) is known color: Olive. HEX triplet: 83, 73 and 04. RGB value is (131,115,4). Sum of RGB (Red+Green+Blue) = 131+115+4=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #837304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837304 is #7C8CFB. Grayscale: #6B6B6B. Windows color (decimal): -8162556 or 291715. OLE color: 291715.

HSL color Cylindrical-coordinate representation of color #837304: hue angle of 52.44º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #837304 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 115 4 -
CMYK 0 0.12 0.97 0.49
HSL 52.44º 0.94% 0.26% -
HSV(B) 52.44º 0.97% 0.51% -
XYZ 15.51 17.1 2.6 -
YUV 107.13 69.8 145.03 -
System Red Green Blue C M Y K H S L
Decimal 131 115 4 0 0.12 0.97 0.49 52.44 0.94 0.26
Hex 83 73 4 0 C 61 31 34 5E 1A
Octal 203 163 4 0 14 141 61 64 136 32
Binary 10000011 1110011 100 0 1100 1100001 110001 110100 1011110 11010

Color Harmonies of #837304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837304

Black with #837304

Text Example


Text Example

White with #837304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837304; }

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

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

background-color css

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

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

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

border-color css

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

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

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