#72711B

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

Shades of Olivetone #72711B

Tints of Olivetone #72711B

Color information

#72711B (or 0x72711B) is unknown color: approx Olivetone. HEX triplet: 72, 71 and 1B. RGB value is (114,113,27). Sum of RGB (Red+Green+Blue) = 114+113+27=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #72711B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72711B is #8D8EE4. Grayscale: #676767. Windows color (decimal): -9277157 or 1798514. OLE color: 1798514.

HSL color Cylindrical-coordinate representation of color #72711B: hue angle of 59.31º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72711B is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB11411327-
CMYK00.010.760.55
HSL59.31º61.7%27.65%-
HSV(B)59.31º76.32%44.71%-
XYZ13.0415.473.33-
YUV103.584.83135.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.88%
GREEN value IS 113 (44.53% from 255) = 44.49%
BLUE value IS 27 (10.94% from 255) = 10.63%
R=44.88%
G=44.49%
B=10.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141132700.010.760.5559.3161.727.65
Hex72711B014C373b3e1c
Octal162161330111467737634
Binary111001011100011101101100110011011111101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72711B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,113,27); }

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

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

 a { background-color: rgb(114,113,27); }

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

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

 span { border-color: rgb(114,113,27); }

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