#736F1B

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

Shades of Olivetone #736F1B

Tints of Olivetone #736F1B

Color information

#736F1B (or 0x736F1B) is unknown color: approx Olivetone. HEX triplet: 73, 6F and 1B. RGB value is (115,111,27). Sum of RGB (Red+Green+Blue) = 115+111+27=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 111 (43.75% from 255 or 43.87% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #736F1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736F1B is #8C90E4. Grayscale: #666666. Windows color (decimal): -9212133 or 1798003. OLE color: 1798003.

HSL color Cylindrical-coordinate representation of color #736F1B: hue angle of 57.27º 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 #736F1B is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB11511127-
CMYK00.030.770.55
HSL57.27º61.97%27.84%-
HSV(B)57.27º76.52%45.1%-
XYZ12.9515.093.27-
YUV102.6285.33136.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.45%
GREEN value IS 111 (43.75% from 255) = 43.87%
BLUE value IS 27 (10.94% from 255) = 10.67%
R=45.45%
G=43.87%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151112700.030.770.5557.2761.9727.84
Hex736F1B034D37393e1c
Octal163157330311567717634
Binary1110011110111111011011100110111011111100111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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