Html Css Color HEX #837202 Olive

📋 copy color: '#837202'

red 131 ◦ green 114 ◦ blue 2

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

Shades of Olive #837202

Tints of Olive #837202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 53.04%
G = 46.15%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#837202 (or 0x837202) is known color: Olive. HEX triplet: 83, 72 and 02. RGB value is (131,114,2). Sum of RGB (Red+Green+Blue) = 131+114+2=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #837202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837202 is #7C8DFD. Grayscale: #6A6A6A. Windows color (decimal): -8162814 or 160387. OLE color: 160387.

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

Color convert

RGB 131 114 2 -
CMYK 0 0.13 0.98 0.49
HSL 52.09º 0.97% 0.26% -
HSV(B) 52.09º 0.98% 0.51% -
XYZ 15.39 16.86 2.5 -
YUV 106.32 69.13 145.61 -
System Red Green Blue C M Y K H S L
Decimal 131 114 2 0 0.13 0.98 0.49 52.09 0.97 0.26
Hex 83 72 2 0 D 62 31 34 61 1A
Octal 203 162 2 0 15 142 61 64 141 32
Binary 10000011 1110010 10 0 1101 1100010 110001 110100 1100001 11010

Color Harmonies of #837202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837202

Black with #837202

Text Example


Text Example

White with #837202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837202; }

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

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

background-color css

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

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

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

border-color css

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

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

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