#794946

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

Shades of Bole #794946

Tints of Bole #794946

Color information

#794946 (or 0x794946) is unknown color: approx Bole. HEX triplet: 79, 49 and 46. RGB value is (121,73,70). Sum of RGB (Red+Green+Blue) = 121+73+70=264 (34% of max value = 765). Red value is 121 (47.66% from 255 or 45.83% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 121 - color contains mainly: red. Hex color #794946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794946 is #86B6B9. Grayscale: #575757. Windows color (decimal): -8828602 or 4606329. OLE color: 4606329.

HSL color Cylindrical-coordinate representation of color #794946: hue angle of 3.53º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #794946 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB1217370-
CMYK00.400.420.53
HSL3.53º26.7%37.45%-
HSV(B)3.53º42.15%47.45%-
XYZ11.379.276.98-
YUV87.01118.4152.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.83%
GREEN value IS 73 (28.91% from 255) = 27.65%
BLUE value IS 70 (27.73% from 255) = 26.52%
R=45.83%
G=27.65%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121737000.400.420.533.5326.737.45
Hex7949460282A3541b25
Octal171111106050526543345
Binary111100110010011000110010100010101011010110011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794946; }

 p { color: rgb(121,73,70); }

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

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

 a { background-color: rgb(121,73,70); }

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

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

 span { border-color: rgb(121,73,70); }

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