Html Css Color HEX #73721F Olivetone

📋 copy color: '#73721F'

red 115 ◦ green 114 ◦ blue 31

#73721F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivetone #73721F

Tints of Olivetone #73721F

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 value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#73721F (or 0x73721F) is known color: 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

RGB 115 114 31 -
CMYK 0 0.01 0.73 0.55
HSL 59.29º 0.58% 0.29% -
HSV(B) 59.29º 0.73% 0.45% -
XYZ 13.33 15.78 3.64 -
YUV 104.84 86.33 135.25 -
System Red Green Blue C M Y K H S L
Decimal 115 114 31 0 0.01 0.73 0.55 59.29 0.58 0.29
Hex 73 72 1F 0 1 49 37 3B 3A 1D
Octal 163 162 37 0 1 111 67 73 72 35
Binary 1110011 1110010 11111 0 1 1001001 110111 111011 111010 11101

Color Harmonies of #73721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73721F

Black with #73721F

Text Example


Text Example

White with #73721F

Text Example


Text Example

HTML Codes & Css Web 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>