Html Css Color HEX #837813 Olive

📋 copy color: '#837813'

red 131 ◦ green 120 ◦ blue 19

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

Shades of Olive #837813

Tints of Olive #837813

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.44%

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

R = 48.52%
G = 44.44%
B = 7.04%

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

#837813 (or 0x837813) is known color: Olive. HEX triplet: 83, 78 and 13. RGB value is (131,120,19). Sum of RGB (Red+Green+Blue) = 131+120+19=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 131 - color contains mainly: red. Hex color #837813 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837813 is #7C87EC. Grayscale: #707070. Windows color (decimal): -8161261 or 1276035. OLE color: 1276035.

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

Color convert

RGB 131 120 19 -
CMYK 0 0.08 0.85 0.49
HSL 54.11º 0.75% 0.29% -
HSV(B) 54.11º 0.85% 0.51% -
XYZ 16.19 18.31 3.3 -
YUV 111.78 75.64 141.71 -
System Red Green Blue C M Y K H S L
Decimal 131 120 19 0 0.08 0.85 0.49 54.11 0.75 0.29
Hex 83 78 13 0 8 55 31 36 4B 1D
Octal 203 170 23 0 10 125 61 66 113 35
Binary 10000011 1111000 10011 0 1000 1010101 110001 110110 1001011 11101

Color Harmonies of #837813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837813

Black with #837813

Text Example


Text Example

White with #837813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837813; }

 p { color: rgb(131,120,19); }

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

background-color css

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

 a { background-color: rgb(131,120,19); }

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

border-color css

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

 span { border-color: rgb(131,120,19); }

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