Html Css Color HEX #837705 Olive

📋 copy color: '#837705'

red 131 ◦ green 119 ◦ blue 5

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

Shades of Olive #837705

Tints of Olive #837705

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.67%

 BLUE value IS 5 (2.34% from 255) = 1.96%

R = 51.37%
G = 46.67%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#837705 (or 0x837705) is known color: Olive. HEX triplet: 83, 77 and 05. RGB value is (131,119,5). Sum of RGB (Red+Green+Blue) = 131+119+5=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #837705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837705 is #7C88FA. Grayscale: #6E6E6E. Windows color (decimal): -8161531 or 358275. OLE color: 358275.

HSL color Cylindrical-coordinate representation of color #837705: hue angle of 54.29º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #837705 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 119 5 -
CMYK 0 0.09 0.96 0.49
HSL 54.29º 0.93% 0.27% -
HSV(B) 54.29º 0.96% 0.51% -
XYZ 15.98 18.03 2.78 -
YUV 109.59 68.98 143.27 -
System Red Green Blue C M Y K H S L
Decimal 131 119 5 0 0.09 0.96 0.49 54.29 0.93 0.27
Hex 83 77 5 0 9 60 31 36 5D 1B
Octal 203 167 5 0 11 140 61 66 135 33
Binary 10000011 1110111 101 0 1001 1100000 110001 110110 1011101 11011

Color Harmonies of #837705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837705

Black with #837705

Text Example


Text Example

White with #837705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837705; }

 p { color: rgb(131,119,5); }

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

background-color css

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

 a { background-color: rgb(131,119,5); }

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

border-color css

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

 span { border-color: rgb(131,119,5); }

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