#794740

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

Shades of Bole #794740

Tints of Bole #794740

Color information

#794740 (or 0x794740) is unknown color: approx Bole. HEX triplet: 79, 47 and 40. RGB value is (121,71,64). Sum of RGB (Red+Green+Blue) = 121+71+64=256 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.27% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 121 - color contains mainly: red. Hex color #794740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794740 is #86B8BF. Grayscale: #555555. Windows color (decimal): -8829120 or 4212601. OLE color: 4212601.

HSL color Cylindrical-coordinate representation of color #794740: hue angle of 7.37º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #794740 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB1217164-
CMYK00.410.470.53
HSL7.37º30.81%36.27%-
HSV(B)7.37º47.11%47.45%-
XYZ11.068.945.99-
YUV85.15116.06153.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.27%
GREEN value IS 71 (28.12% from 255) = 27.73%
BLUE value IS 64 (25.39% from 255) = 25%
R=47.27%
G=27.73%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121716400.410.470.537.3730.8136.27
Hex7947400292F3571f24
Octal171107100051576573744
Binary111100110001111000000010100110111111010111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794740; }

 p { color: rgb(121,71,64); }

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

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

 a { background-color: rgb(121,71,64); }

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

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

 span { border-color: rgb(121,71,64); }

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