Html Css Color HEX #827403 Olive

📋 copy color: '#827403'

red 130 ◦ green 116 ◦ blue 3

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

Shades of Olive #827403

Tints of Olive #827403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.2%

R = 52.21%
G = 46.59%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#827403 (or 0x827403) is known color: Olive. HEX triplet: 82, 74 and 03. RGB value is (130,116,3). Sum of RGB (Red+Green+Blue) = 130+116+3=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 116 (45.70% from 255 or 46.59% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #827403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827403 is #7D8BFC. Grayscale: #6B6B6B. Windows color (decimal): -8227837 or 226434. OLE color: 226434.

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

Color convert

RGB 130 116 3 -
CMYK 0 0.11 0.98 0.49
HSL 53.39º 0.95% 0.26% -
HSV(B) 53.39º 0.98% 0.51% -
XYZ 15.47 17.24 2.6 -
YUV 107.3 69.14 144.19 -
System Red Green Blue C M Y K H S L
Decimal 130 116 3 0 0.11 0.98 0.49 53.39 0.95 0.26
Hex 82 74 3 0 B 62 31 35 5F 1A
Octal 202 164 3 0 13 142 61 65 137 32
Binary 10000010 1110100 11 0 1011 1100010 110001 110101 1011111 11010

Color Harmonies of #827403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827403

Black with #827403

Text Example


Text Example

White with #827403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827403; }

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

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

background-color css

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

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

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

border-color css

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

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

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