#73712C

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

Shades of Olivetone #73712C

Tints of Olivetone #73712C

Color information

#73712C (or 0x73712C) is unknown color: approx Olivetone. HEX triplet: 73, 71 and 2C. RGB value is (115,113,44). Sum of RGB (Red+Green+Blue) = 115+113+44=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 115 - color contains mainly: red. Hex color #73712C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73712C is #8C8ED3. Grayscale: #6A6A6A. Windows color (decimal): -9211604 or 2912627. OLE color: 2912627.

HSL color Cylindrical-coordinate representation of color #73712C: hue angle of 58.31º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #73712C is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB11511344-
CMYK00.020.620.55
HSL58.31º44.65%31.18%-
HSV(B)58.31º61.74%45.1%-
XYZ13.4315.644.69-
YUV105.7393.16134.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.28%
GREEN value IS 113 (44.53% from 255) = 41.54%
BLUE value IS 44 (17.58% from 255) = 16.18%
R=42.28%
G=41.54%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151134400.020.620.5558.3144.6531.18
Hex73712C023E373a2d1f
Octal16316154027667725537
Binary1110011111000110110001011111011011111101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73712C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73712C; }

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

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

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

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

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

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

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

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