#72671E

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

Shades of Olivetone #72671E

Tints of Olivetone #72671E

Color information

#72671E (or 0x72671E) is unknown color: approx Olivetone. HEX triplet: 72, 67 and 1E. RGB value is (114,103,30). Sum of RGB (Red+Green+Blue) = 114+103+30=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #72671E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72671E is #8D98E1. Grayscale: #626262. Windows color (decimal): -9279714 or 1992562. OLE color: 1992562.

HSL color Cylindrical-coordinate representation of color #72671E: hue angle of 52.14º degrees, saturation: 0.58, 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 #72671E is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB11410330-
CMYK00.100.740.55
HSL52.14º58.33%28.24%-
HSV(B)52.14º73.68%44.71%-
XYZ12.0213.373.18-
YUV97.9789.64139.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.15%
GREEN value IS 103 (40.62% from 255) = 41.70%
BLUE value IS 30 (12.11% from 255) = 12.15%
R=46.15%
G=41.70%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141033000.100.740.5552.1458.3328.24
Hex72671E0A4A37343a1c
Octal1621473601211267647234
Binary111001011001111111001010100101011011111010011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72671E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,103,30); }

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

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

 a { background-color: rgb(114,103,30); }

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

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

 span { border-color: rgb(114,103,30); }

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