#726A1C

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

Shades of Olivetone #726A1C

Tints of Olivetone #726A1C

Color information

#726A1C (or 0x726A1C) is unknown color: approx Olivetone. HEX triplet: 72, 6A and 1C. RGB value is (114,106,28). Sum of RGB (Red+Green+Blue) = 114+106+28=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 106 (41.80% from 255 or 42.74% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #726A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726A1C is #8D95E3. Grayscale: #636363. Windows color (decimal): -9278948 or 1862258. OLE color: 1862258.

HSL color Cylindrical-coordinate representation of color #726A1C: hue angle of 54.42º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #726A1C is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB11410628-
CMYK00.070.750.55
HSL54.42º60.56%27.84%-
HSV(B)54.42º75.44%44.71%-
XYZ12.313.973.15-
YUV99.587.65138.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.97%
GREEN value IS 106 (41.80% from 255) = 42.74%
BLUE value IS 28 (11.33% from 255) = 11.29%
R=45.97%
G=42.74%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141062800.070.750.5554.4260.5627.84
Hex726A1C074B37363d1c
Octal162152340711367667534
Binary11100101101010111000111100101111011111011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726A1C; }

 p { color: rgb(114,106,28); }

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

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

 a { background-color: rgb(114,106,28); }

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

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

 span { border-color: rgb(114,106,28); }

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