Html Css Color HEX #837404 Olive

📋 copy color: '#837404'

red 131 ◦ green 116 ◦ blue 4

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

Shades of Olive #837404

Tints of Olive #837404

RGB

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

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

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

R = 52.19%
G = 46.22%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#837404 (or 0x837404) is known color: Olive. HEX triplet: 83, 74 and 04. RGB value is (131,116,4). Sum of RGB (Red+Green+Blue) = 131+116+4=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #837404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837404 is #7C8BFB. Grayscale: #6C6C6C. Windows color (decimal): -8162300 or 291971. OLE color: 291971.

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

Color convert

RGB 131 116 4 -
CMYK 0 0.11 0.97 0.49
HSL 52.91º 0.94% 0.26% -
HSV(B) 52.91º 0.97% 0.51% -
XYZ 15.63 17.32 2.64 -
YUV 107.72 69.47 144.61 -
System Red Green Blue C M Y K H S L
Decimal 131 116 4 0 0.11 0.97 0.49 52.91 0.94 0.26
Hex 83 74 4 0 B 61 31 35 5E 1A
Octal 203 164 4 0 13 141 61 65 136 32
Binary 10000011 1110100 100 0 1011 1100001 110001 110101 1011110 11010

Color Harmonies of #837404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837404

Black with #837404

Text Example


Text Example

White with #837404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837404; }

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

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

background-color css

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

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

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

border-color css

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

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

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