#736B1B

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

Shades of Olivetone #736B1B

Tints of Olivetone #736B1B

Color information

#736B1B (or 0x736B1B) is unknown color: approx Olivetone. HEX triplet: 73, 6B and 1B. RGB value is (115,107,27). Sum of RGB (Red+Green+Blue) = 115+107+27=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 107 (42.19% from 255 or 42.97% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 115 - color contains mainly: red. Hex color #736B1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736B1B is #8C94E4. Grayscale: #646464. Windows color (decimal): -9213157 or 1796979. OLE color: 1796979.

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

Color convert

RGB11510727-
CMYK00.070.770.55
HSL54.55º61.97%27.84%-
HSV(B)54.55º76.52%45.1%-
XYZ12.5314.243.13-
YUV100.2786.65138.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.18%
GREEN value IS 107 (42.19% from 255) = 42.97%
BLUE value IS 27 (10.94% from 255) = 10.84%
R=46.18%
G=42.97%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151072700.070.770.5554.5561.9727.84
Hex736B1B074D37373e1c
Octal163153330711567677634
Binary11100111101011110110111100110111011111011111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,107,27); }

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

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

 a { background-color: rgb(115,107,27); }

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

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

 span { border-color: rgb(115,107,27); }

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