#726827

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

Shades of Olivetone #726827

Tints of Olivetone #726827

Color information

#726827 (or 0x726827) is unknown color: approx Olivetone. HEX triplet: 72, 68 and 27. RGB value is (114,104,39). Sum of RGB (Red+Green+Blue) = 114+104+39=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 114 - color contains mainly: red. Hex color #726827 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726827 is #8D97D8. Grayscale: #636363. Windows color (decimal): -9279449 or 2582642. OLE color: 2582642.

HSL color Cylindrical-coordinate representation of color #726827: hue angle of 52º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #726827 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB11410439-
CMYK00.090.660.55
HSL52º49.02%30%-
HSV(B)52º65.79%44.71%-
XYZ12.2613.623.9-
YUV99.5893.81138.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.36%
GREEN value IS 104 (41.02% from 255) = 40.47%
BLUE value IS 39 (15.62% from 255) = 15.18%
R=44.36%
G=40.47%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141043900.090.660.555249.0230
Hex72682709423734311e
Octal1621504701110267646136
Binary1110010110100010011101001100001011011111010011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726827; }

 p { color: rgb(114,104,39); }

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

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

 a { background-color: rgb(114,104,39); }

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

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

 span { border-color: rgb(114,104,39); }

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