Html Css Color HEX #848113 Olive

📋 copy color: '#848113'

red 132 ◦ green 129 ◦ blue 19

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

Shades of Olive #848113

Tints of Olive #848113

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.07%

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

R = 47.14%
G = 46.07%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#848113 (or 0x848113) is known color: Olive. HEX triplet: 84, 81 and 13. RGB value is (132,129,19). Sum of RGB (Red+Green+Blue) = 132+129+19=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #848113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848113 is #7B7EEC. Grayscale: #757575. Windows color (decimal): -8093421 or 1278340. OLE color: 1278340.

HSL color Cylindrical-coordinate representation of color #848113: hue angle of 58.41º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #848113 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 129 19 -
CMYK 0 0.02 0.86 0.48
HSL 58.41º 0.75% 0.3% -
HSV(B) 58.41º 0.86% 0.52% -
XYZ 17.48 20.65 3.68 -
YUV 117.36 72.49 138.44 -
System Red Green Blue C M Y K H S L
Decimal 132 129 19 0 0.02 0.86 0.48 58.41 0.75 0.3
Hex 84 81 13 0 2 56 30 3A 4B 1E
Octal 204 201 23 0 2 126 60 72 113 36
Binary 10000100 10000001 10011 0 10 1010110 110000 111010 1001011 11110

Color Harmonies of #848113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848113

Black with #848113

Text Example


Text Example

White with #848113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848113; }

 p { color: rgb(132,129,19); }

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

background-color css

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

 a { background-color: rgb(132,129,19); }

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

border-color css

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

 span { border-color: rgb(132,129,19); }

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