#73721F

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

Shades of Olivetone #73721F

Tints of Olivetone #73721F

Color information

#73721F (or 0x73721F) is unknown color: approx Olivetone. HEX triplet: 73, 72 and 1F. RGB value is (115,114,31). Sum of RGB (Red+Green+Blue) = 115+114+31=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #73721F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73721F is #8C8DE0. Grayscale: #696969. Windows color (decimal): -9211361 or 2060915. OLE color: 2060915.

HSL color Cylindrical-coordinate representation of color #73721F: hue angle of 59.29º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #73721F is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB11511431-
CMYK00.010.730.55
HSL59.29º57.53%28.63%-
HSV(B)59.29º73.04%45.1%-
XYZ13.3315.783.64-
YUV104.8486.33135.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.23%
GREEN value IS 114 (44.92% from 255) = 43.85%
BLUE value IS 31 (12.5% from 255) = 11.92%
R=44.23%
G=43.85%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151143100.010.730.5559.2957.5328.63
Hex73721F0149373b3a1d
Octal163162370111167737235
Binary111001111100101111101100100111011111101111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73721F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73721F; }

 p { color: rgb(115,114,31); }

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

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

 a { background-color: rgb(115,114,31); }

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

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

 span { border-color: rgb(115,114,31); }

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