#73711E

Color #73711E Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #73711E

Tints of Olivetone #73711E

Color information

#73711E (or 0x73711E) is unknown color: approx Olivetone. HEX triplet: 73, 71 and 1E. RGB value is (115,113,30). Sum of RGB (Red+Green+Blue) = 115+113+30=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #73711E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73711E is #8C8EE1. Grayscale: #686868. Windows color (decimal): -9211618 or 1995123. OLE color: 1995123.

HSL color Cylindrical-coordinate representation of color #73711E: hue angle of 58.59º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #73711E is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB11511330-
CMYK00.020.740.55
HSL58.59º58.62%28.43%-
HSV(B)58.59º73.91%45.1%-
XYZ13.2115.553.53-
YUV104.1486.16135.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.57%
GREEN value IS 113 (44.53% from 255) = 43.80%
BLUE value IS 30 (12.11% from 255) = 11.63%
R=44.57%
G=43.80%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151133000.020.740.5558.5958.6228.43
Hex73711E024A373b3b1c
Octal163161360211267737334
Binary1110011111000111110010100101011011111101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73711E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73711E; }

 p { color: rgb(115,113,30); }

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

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

 a { background-color: rgb(115,113,30); }

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

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

 span { border-color: rgb(115,113,30); }

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