Html Css Color HEX #827914 Olive

📋 copy color: '#827914'

red 130 ◦ green 121 ◦ blue 20

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

Shades of Olive #827914

Tints of Olive #827914

RGB

 RED value IS 130 (51.17% from 255) = 47.97%

 GREEN value IS 121 (47.66% from 255) = 44.65%

 BLUE value IS 20 (8.2% from 255) = 7.38%

R = 47.97%
G = 44.65%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#827914 (or 0x827914) is known color: Olive. HEX triplet: 82, 79 and 14. RGB value is (130,121,20). Sum of RGB (Red+Green+Blue) = 130+121+20=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #827914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827914 is #7D86EB. Grayscale: #707070. Windows color (decimal): -8226540 or 1341826. OLE color: 1341826.

HSL color Cylindrical-coordinate representation of color #827914: hue angle of 55.09º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #827914 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 121 20 -
CMYK 0 0.07 0.85 0.49
HSL 55.09º 0.73% 0.29% -
HSV(B) 55.09º 0.85% 0.51% -
XYZ 16.17 18.47 3.37 -
YUV 112.18 75.98 140.71 -
System Red Green Blue C M Y K H S L
Decimal 130 121 20 0 0.07 0.85 0.49 55.09 0.73 0.29
Hex 82 79 14 0 7 55 31 37 49 1D
Octal 202 171 24 0 7 125 61 67 111 35
Binary 10000010 1111001 10100 0 111 1010101 110001 110111 1001001 11101

Color Harmonies of #827914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827914

Black with #827914

Text Example


Text Example

White with #827914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827914; }

 p { color: rgb(130,121,20); }

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

background-color css

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

 a { background-color: rgb(130,121,20); }

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

border-color css

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

 span { border-color: rgb(130,121,20); }

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