Html Css Color HEX #827401 Olive

📋 copy color: '#827401'

red 130 ◦ green 116 ◦ blue 1

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

Shades of Olive #827401

Tints of Olive #827401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 52.63%
G = 46.96%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#827401 (or 0x827401) is known color: Olive. HEX triplet: 82, 74 and 01. RGB value is (130,116,1). Sum of RGB (Red+Green+Blue) = 130+116+1=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #827401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827401 is #7D8BFE. Grayscale: #6B6B6B. Windows color (decimal): -8227839 or 95362. OLE color: 95362.

HSL color Cylindrical-coordinate representation of color #827401: hue angle of 53.49º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #827401 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 116 1 -
CMYK 0 0.11 0.99 0.49
HSL 53.49º 0.98% 0.26% -
HSV(B) 53.49º 0.99% 0.51% -
XYZ 15.46 17.24 2.54 -
YUV 107.08 68.14 144.35 -
System Red Green Blue C M Y K H S L
Decimal 130 116 1 0 0.11 0.99 0.49 53.49 0.98 0.26
Hex 82 74 1 0 B 63 31 35 62 1A
Octal 202 164 1 0 13 143 61 65 142 32
Binary 10000010 1110100 1 0 1011 1100011 110001 110101 1100010 11010

Color Harmonies of #827401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827401

Black with #827401

Text Example


Text Example

White with #827401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827401; }

 p { color: rgb(130,116,1); }

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

background-color css

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

 a { background-color: rgb(130,116,1); }

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

border-color css

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

 span { border-color: rgb(130,116,1); }

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