#794943

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

Shades of Bole #794943

Tints of Bole #794943

Color information

#794943 (or 0x794943) is unknown color: approx Bole. HEX triplet: 79, 49 and 43. RGB value is (121,73,67). Sum of RGB (Red+Green+Blue) = 121+73+67=261 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.36% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 67 (26.56% from 255 or 25.67% from 261); Max value from RGB is 121 - color contains mainly: red. Hex color #794943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794943 is #86B6BC. Grayscale: #565656. Windows color (decimal): -8828605 or 4409721. OLE color: 4409721.

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

Color convert

RGB1217367-
CMYK00.400.450.53
HSL6.67º28.72%36.86%-
HSV(B)6.67º44.63%47.45%-
XYZ11.289.246.5-
YUV86.67116.9152.49-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.36%
GREEN value IS 73 (28.91% from 255) = 27.97%
BLUE value IS 67 (26.56% from 255) = 25.67%
R=46.36%
G=27.97%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121736700.400.450.536.6728.7236.86
Hex7949430282D3571d25
Octal171111103050556573545
Binary111100110010011000011010100010110111010111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794943; }

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

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

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

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

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

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

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

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