Html Css Color HEX #83750D Olive

📋 copy color: '#83750D'

red 131 ◦ green 117 ◦ blue 13

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

Shades of Olive #83750D

Tints of Olive #83750D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.83%

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

R = 50.19%
G = 44.83%
B = 4.98%

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

#83750D (or 0x83750D) is known color: Olive. HEX triplet: 83, 75 and 0D. RGB value is (131,117,13). Sum of RGB (Red+Green+Blue) = 131+117+13=261 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.19% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 131 - color contains mainly: red. Hex color #83750D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #83750D is #7C8AF2. Grayscale: #6D6D6D. Windows color (decimal): -8162035 or 882051. OLE color: 882051.

HSL color Cylindrical-coordinate representation of color #83750D: hue angle of 52.88º 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 #83750D is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 117 13 -
CMYK 0 0.11 0.90 0.49
HSL 52.88º 0.82% 0.28% -
HSV(B) 52.88º 0.9% 0.51% -
XYZ 15.79 17.58 2.94 -
YUV 109.33 73.64 143.46 -
System Red Green Blue C M Y K H S L
Decimal 131 117 13 0 0.11 0.90 0.49 52.88 0.82 0.28
Hex 83 75 D 0 B 5A 31 35 52 1C
Octal 203 165 15 0 13 132 61 65 122 34
Binary 10000011 1110101 1101 0 1011 1011010 110001 110101 1010010 11100

Color Harmonies of #83750D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83750D

Black with #83750D

Text Example


Text Example

White with #83750D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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