Html Css Color HEX #827713 Olive

📋 copy color: '#827713'

red 130 ◦ green 119 ◦ blue 19

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

Shades of Olive #827713

Tints of Olive #827713

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.4%

 BLUE value IS 19 (7.81% from 255) = 7.09%

R = 48.51%
G = 44.4%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#827713 (or 0x827713) is known color: Olive. HEX triplet: 82, 77 and 13. RGB value is (130,119,19). Sum of RGB (Red+Green+Blue) = 130+119+19=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #827713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827713 is #7D88EC. Grayscale: #6F6F6F. Windows color (decimal): -8227053 or 1275778. OLE color: 1275778.

HSL color Cylindrical-coordinate representation of color #827713: hue angle of 54.05º degrees, saturation: 0.74, 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 #827713 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 119 19 -
CMYK 0 0.08 0.85 0.49
HSL 54.05º 0.74% 0.29% -
HSV(B) 54.05º 0.85% 0.51% -
XYZ 15.92 17.99 3.25 -
YUV 110.89 76.14 141.63 -
System Red Green Blue C M Y K H S L
Decimal 130 119 19 0 0.08 0.85 0.49 54.05 0.74 0.29
Hex 82 77 13 0 8 55 31 36 4A 1D
Octal 202 167 23 0 10 125 61 66 112 35
Binary 10000010 1110111 10011 0 1000 1010101 110001 110110 1001010 11101

Color Harmonies of #827713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827713

Black with #827713

Text Example


Text Example

White with #827713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827713; }

 p { color: rgb(130,119,19); }

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

background-color css

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

 a { background-color: rgb(130,119,19); }

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

border-color css

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

 span { border-color: rgb(130,119,19); }

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