#82810B

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

Shades of Olive #82810B

Tints of Olive #82810B

Color information

#82810B (or 0x82810B) is unknown color: approx Olive. HEX triplet: 82, 81 and 0B. RGB value is (130,129,11). Sum of RGB (Red+Green+Blue) = 130+129+11=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 129 (50.78% from 255 or 47.78% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #82810B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82810B is #7D7EF4. Grayscale: #747474. Windows color (decimal): -8224501 or 754050. OLE color: 754050.

HSL color Cylindrical-coordinate representation of color #82810B: hue angle of 59.5º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82810B is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB13012911-
CMYK00.010.920.49
HSL59.5º84.4%27.65%-
HSV(B)59.5º91.54%50.98%-
XYZ17.1220.473.37-
YUV115.8568.83138.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.15%
GREEN value IS 129 (50.78% from 255) = 47.78%
BLUE value IS 11 (4.69% from 255) = 4.07%
R=48.15%
G=47.78%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301291100.010.920.4959.584.427.65
Hex8281B015C313b541c
Octal2022011301134617312434
Binary10000010100000011011011011100110001111011101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82810B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82810B; }

 p { color: rgb(130,129,11); }

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

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

 a { background-color: rgb(130,129,11); }

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

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

 span { border-color: rgb(130,129,11); }

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