Html Css Color HEX #838411 Olive

📋 copy color: '#838411'

red 131 ◦ green 132 ◦ blue 17

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

Shades of Olive #838411

Tints of Olive #838411

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.14%

 BLUE value IS 17 (7.03% from 255) = 6.07%

R = 46.79%
G = 47.14%
B = 6.07%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#838411 (or 0x838411) is known color: Olive. HEX triplet: 83, 84 and 11. RGB value is (131,132,17). Sum of RGB (Red+Green+Blue) = 131+132+17=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #838411 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838411 is #7C7BEE. Grayscale: #777777. Windows color (decimal): -8158191 or 1148035. OLE color: 1148035.

HSL color Cylindrical-coordinate representation of color #838411: hue angle of 60.52º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #838411 is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 132 17 -
CMYK 0.01 0 0.87 0.48
HSL 60.52º 0.77% 0.29% -
HSV(B) 60.52º 0.87% 0.52% -
XYZ 17.71 21.37 3.72 -
YUV 118.59 70.67 136.85 -
System Red Green Blue C M Y K H S L
Decimal 131 132 17 0.01 0 0.87 0.48 60.52 0.77 0.29
Hex 83 84 11 1 0 57 30 3D 4D 1D
Octal 203 204 21 1 0 127 60 75 115 35
Binary 10000011 10000100 10001 1 0 1010111 110000 111101 1001101 11101

Color Harmonies of #838411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838411

Black with #838411

Text Example


Text Example

White with #838411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838411; }

 p { color: rgb(131,132,17); }

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

background-color css

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

 a { background-color: rgb(131,132,17); }

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

border-color css

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

 span { border-color: rgb(131,132,17); }

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