#736A1F

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

Shades of Olivetone #736A1F

Tints of Olivetone #736A1F

Color information

#736A1F (or 0x736A1F) is unknown color: approx Olivetone. HEX triplet: 73, 6A and 1F. RGB value is (115,106,31). Sum of RGB (Red+Green+Blue) = 115+106+31=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 106 (41.80% from 255 or 42.06% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 115 - color contains mainly: red. Hex color #736A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736A1F is #8C95E0. Grayscale: #646464. Windows color (decimal): -9213409 or 2058867. OLE color: 2058867.

HSL color Cylindrical-coordinate representation of color #736A1F: hue angle of 53.57º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #736A1F is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB11510631-
CMYK00.080.730.55
HSL53.57º57.53%28.63%-
HSV(B)53.57º73.04%45.1%-
XYZ12.4714.053.35-
YUV100.1488.98138.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.63%
GREEN value IS 106 (41.80% from 255) = 42.06%
BLUE value IS 31 (12.5% from 255) = 12.30%
R=45.63%
G=42.06%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151063100.080.730.5553.5757.5328.63
Hex736A1F084937363a1d
Octal1631523701011167667235
Binary111001111010101111101000100100111011111011011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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