Html Css Color HEX #83740D Olive

📋 copy color: '#83740D'

red 131 ◦ green 116 ◦ blue 13

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

Shades of Olive #83740D

Tints of Olive #83740D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5%

R = 50.38%
G = 44.62%
B = 5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#83740D (or 0x83740D) is known color: Olive. HEX triplet: 83, 74 and 0D. RGB value is (131,116,13). Sum of RGB (Red+Green+Blue) = 131+116+13=260 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.38% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 131 - color contains mainly: red. Hex color #83740D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #83740D is #7C8BF2. Grayscale: #6D6D6D. Windows color (decimal): -8162291 or 881795. OLE color: 881795.

HSL color Cylindrical-coordinate representation of color #83740D: hue angle of 52.37º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83740D is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 116 13 -
CMYK 0 0.11 0.90 0.49
HSL 52.37º 0.82% 0.28% -
HSV(B) 52.37º 0.9% 0.51% -
XYZ 15.68 17.35 2.9 -
YUV 108.74 73.97 143.88 -
System Red Green Blue C M Y K H S L
Decimal 131 116 13 0 0.11 0.90 0.49 52.37 0.82 0.28
Hex 83 74 D 0 B 5A 31 34 52 1C
Octal 203 164 15 0 13 132 61 64 122 34
Binary 10000011 1110100 1101 0 1011 1011010 110001 110100 1010010 11100

Color Harmonies of #83740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83740D

Black with #83740D

Text Example


Text Example

White with #83740D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83740D; }

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

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

background-color css

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

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

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

border-color css

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

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

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