#736F2A

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

Shades of Olivetone #736F2A

Tints of Olivetone #736F2A

Color information

#736F2A (or 0x736F2A) is unknown color: approx Olivetone. HEX triplet: 73, 6F and 2A. RGB value is (115,111,42). Sum of RGB (Red+Green+Blue) = 115+111+42=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 115 - color contains mainly: red. Hex color #736F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736F2A is #8C90D5. Grayscale: #686868. Windows color (decimal): -9212118 or 2781043. OLE color: 2781043.

HSL color Cylindrical-coordinate representation of color #736F2A: hue angle of 56.71º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #736F2A is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB11511142-
CMYK00.030.630.55
HSL56.71º46.5%30.78%-
HSV(B)56.71º63.48%45.1%-
XYZ13.1715.184.43-
YUV104.3392.83135.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.91%
GREEN value IS 111 (43.75% from 255) = 41.42%
BLUE value IS 42 (16.80% from 255) = 15.67%
R=42.91%
G=41.42%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151114200.030.630.5556.7146.530.78
Hex736F2A033F37392e1f
Octal16315752037767715637
Binary1110011110111110101001111111111011111100110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,111,42); }

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

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

 a { background-color: rgb(115,111,42); }

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

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

 span { border-color: rgb(115,111,42); }

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