Html Css Color HEX #837200 Olive

📋 copy color: '#837200'

red 131 ◦ green 114 ◦ blue 0

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

Shades of Olive #837200

Tints of Olive #837200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.47%
G = 46.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#837200 (or 0x837200) is known color: Olive. HEX triplet: 83, 72 and 00. RGB value is (131,114,0). Sum of RGB (Red+Green+Blue) = 131+114+0=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #837200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837200 is #7C8DFF. Grayscale: #6A6A6A. Windows color (decimal): -8162816 or 29315. OLE color: 29315.

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

Color convert

RGB 131 114 0 -
CMYK 0 0.13 1 0.49
HSL 52.21º 1% 0.26% -
HSV(B) 52.21º 1% 0.51% -
XYZ 15.38 16.86 2.44 -
YUV 106.09 68.13 145.77 -
System Red Green Blue C M Y K H S L
Decimal 131 114 0 0 0.13 1 0.49 52.21 1 0.26
Hex 83 72 0 0 D 64 31 34 64 1A
Octal 203 162 0 0 15 144 61 64 144 32
Binary 10000011 1110010 0 0 1101 1100100 110001 110100 1100100 11010

Color Harmonies of #837200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837200

Black with #837200

Text Example


Text Example

White with #837200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837200; }

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

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

background-color css

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

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

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

border-color css

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

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

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