Html Css Color HEX #83710C Olive

📋 copy color: '#83710C'

red 131 ◦ green 113 ◦ blue 12

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

Shades of Olive #83710C

Tints of Olive #83710C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.14%

 BLUE value IS 12 (5.08% from 255) = 4.69%

R = 51.17%
G = 44.14%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#83710C (or 0x83710C) is known color: Olive. HEX triplet: 83, 71 and 0C. RGB value is (131,113,12). Sum of RGB (Red+Green+Blue) = 131+113+12=256 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.17% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 131 - color contains mainly: red. Hex color #83710C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #83710C is #7C8EF3. Grayscale: #6B6B6B. Windows color (decimal): -8163060 or 815491. OLE color: 815491.

HSL color Cylindrical-coordinate representation of color #83710C: hue angle of 50.92º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83710C is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 113 12 -
CMYK 0 0.14 0.91 0.49
HSL 50.92º 0.83% 0.28% -
HSV(B) 50.92º 0.91% 0.51% -
XYZ 15.33 16.66 2.76 -
YUV 106.87 74.46 145.21 -
System Red Green Blue C M Y K H S L
Decimal 131 113 12 0 0.14 0.91 0.49 50.92 0.83 0.28
Hex 83 71 C 0 E 5B 31 33 53 1C
Octal 203 161 14 0 16 133 61 63 123 34
Binary 10000011 1110001 1100 0 1110 1011011 110001 110011 1010011 11100

Color Harmonies of #83710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83710C

Black with #83710C

Text Example


Text Example

White with #83710C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83710C; }

 p { color: rgb(131,113,12); }

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

background-color css

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

 a { background-color: rgb(131,113,12); }

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

border-color css

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

 span { border-color: rgb(131,113,12); }

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