Html Css Color HEX #837204 Olive

📋 copy color: '#837204'

red 131 ◦ green 114 ◦ blue 4

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

Shades of Olive #837204

Tints of Olive #837204

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.78%

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

R = 52.61%
G = 45.78%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#837204 (or 0x837204) is known color: Olive. HEX triplet: 83, 72 and 04. RGB value is (131,114,4). Sum of RGB (Red+Green+Blue) = 131+114+4=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #837204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837204 is #7C8DFB. Grayscale: #6A6A6A. Windows color (decimal): -8162812 or 291459. OLE color: 291459.

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

Color convert

RGB 131 114 4 -
CMYK 0 0.13 0.97 0.49
HSL 51.97º 0.94% 0.26% -
HSV(B) 51.97º 0.97% 0.51% -
XYZ 15.4 16.87 2.56 -
YUV 106.54 70.13 145.44 -
System Red Green Blue C M Y K H S L
Decimal 131 114 4 0 0.13 0.97 0.49 51.97 0.94 0.26
Hex 83 72 4 0 D 61 31 34 5E 1A
Octal 203 162 4 0 15 141 61 64 136 32
Binary 10000011 1110010 100 0 1101 1100001 110001 110100 1011110 11010

Color Harmonies of #837204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837204

Black with #837204

Text Example


Text Example

White with #837204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837204; }

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

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

background-color css

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

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

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

border-color css

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

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

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