#736A1C

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

Shades of Olivetone #736A1C

Tints of Olivetone #736A1C

Color information

#736A1C (or 0x736A1C) is unknown color: approx Olivetone. HEX triplet: 73, 6A and 1C. RGB value is (115,106,28). Sum of RGB (Red+Green+Blue) = 115+106+28=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 106 (41.80% from 255 or 42.57% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 115 - color contains mainly: red. Hex color #736A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736A1C is #8C95E3. Grayscale: #646464. Windows color (decimal): -9213412 or 1862259. OLE color: 1862259.

HSL color Cylindrical-coordinate representation of color #736A1C: hue angle of 53.79º degrees, saturation: 0.61, 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 #736A1C is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB11510628-
CMYK00.080.760.55
HSL53.79º60.84%28.04%-
HSV(B)53.79º75.65%45.1%-
XYZ12.4314.043.15-
YUV99.887.48138.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.18%
GREEN value IS 106 (41.80% from 255) = 42.57%
BLUE value IS 28 (11.33% from 255) = 11.24%
R=46.18%
G=42.57%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151062800.080.760.5553.7960.8428.04
Hex736A1C084C37363d1c
Octal1631523401011467667534
Binary111001111010101110001000100110011011111011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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