#72651E

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

Shades of Olivetone #72651E

Tints of Olivetone #72651E

Color information

#72651E (or 0x72651E) is unknown color: approx Olivetone. HEX triplet: 72, 65 and 1E. RGB value is (114,101,30). Sum of RGB (Red+Green+Blue) = 114+101+30=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #72651E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72651E is #8D9AE1. Grayscale: #616161. Windows color (decimal): -9280226 or 1992050. OLE color: 1992050.

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

Color convert

RGB11410130-
CMYK00.110.740.55
HSL50.71º58.33%28.24%-
HSV(B)50.71º73.68%44.71%-
XYZ11.8312.983.11-
YUV96.7990.31140.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.53%
GREEN value IS 101 (39.84% from 255) = 41.22%
BLUE value IS 30 (12.11% from 255) = 12.24%
R=46.53%
G=41.22%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141013000.110.740.5550.7158.3328.24
Hex72651E0B4A37333a1c
Octal1621453601311267637234
Binary111001011001011111001011100101011011111001111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72651E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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