#736D1D

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

Shades of Olivetone #736D1D

Tints of Olivetone #736D1D

Color information

#736D1D (or 0x736D1D) is unknown color: approx Olivetone. HEX triplet: 73, 6D and 1D. RGB value is (115,109,29). Sum of RGB (Red+Green+Blue) = 115+109+29=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 109 (42.97% from 255 or 43.08% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #736D1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736D1D is #8C92E2. Grayscale: #666666. Windows color (decimal): -9212643 or 1928563. OLE color: 1928563.

HSL color Cylindrical-coordinate representation of color #736D1D: hue angle of 55.81º degrees, saturation: 0.6, 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 #736D1D is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB11510929-
CMYK00.050.750.55
HSL55.81º59.72%28.24%-
HSV(B)55.81º74.78%45.1%-
XYZ12.7614.673.32-
YUV101.6786.99137.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.45%
GREEN value IS 109 (42.97% from 255) = 43.08%
BLUE value IS 29 (11.72% from 255) = 11.46%
R=45.45%
G=43.08%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151092900.050.750.5555.8159.7228.24
Hex736D1D054B37383c1c
Octal163155350511367707434
Binary11100111101101111010101100101111011111100011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,109,29); }

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

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

 a { background-color: rgb(115,109,29); }

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

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

 span { border-color: rgb(115,109,29); }

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