#836B05

Color #836B05 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #836B05

Tints of Olive #836B05

Color information

#836B05 (or 0x836B05) is unknown color: approx Olive. HEX triplet: 83, 6B and 05. RGB value is (131,107,5). Sum of RGB (Red+Green+Blue) = 131+107+5=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 107 (42.19% from 255 or 44.03% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #836B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836B05 is #7C94FA. Grayscale: #666666. Windows color (decimal): -8164603 or 355203. OLE color: 355203.

HSL color Cylindrical-coordinate representation of color #836B05: hue angle of 48.57º 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 #836B05 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB1311075-
CMYK00.180.960.49
HSL48.57º92.65%26.67%-
HSV(B)48.57º96.18%51.37%-
XYZ14.6515.352.33-
YUV102.5572.95148.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.91%
GREEN value IS 107 (42.19% from 255) = 44.03%
BLUE value IS 5 (2.34% from 255) = 2.06%
R=53.91%
G=44.03%
B=2.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131107500.180.960.4948.5792.6526.67
Hex836B50126031315d1b
Octal2031535022140616113533
Binary1000001111010111010100101100000110001110001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836B05; }

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

 H1.HeaderClassName
 {
   color: #836B05;
 }
 .AnyTagClassName
 {
   color: #836B05;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #836B05;
 }
 .BgClassName
 {
   background-color: #836B05;
 }
</style>
border-color css

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

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

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