#794441

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

Shades of Bole #794441

Tints of Bole #794441

Color information

#794441 (or 0x794441) is unknown color: approx Bole. HEX triplet: 79, 44 and 41. RGB value is (121,68,65). Sum of RGB (Red+Green+Blue) = 121+68+65=254 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.64% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 121 - color contains mainly: red. Hex color #794441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794441 is #86BBBE. Grayscale: #535353. Windows color (decimal): -8829887 or 4277369. OLE color: 4277369.

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

Color convert

RGB1216865-
CMYK00.440.460.53
HSL3.21º30.11%36.47%-
HSV(B)3.21º46.28%47.45%-
XYZ10.918.586.08-
YUV83.5117.56154.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.64%
GREEN value IS 68 (26.95% from 255) = 26.77%
BLUE value IS 65 (25.78% from 255) = 25.59%
R=47.64%
G=26.77%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121686500.440.460.533.2130.1136.47
Hex79444102C2E3531e24
Octal171104101054566533644
Binary11110011000100100000101011001011101101011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794441; }

 p { color: rgb(121,68,65); }

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

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

 a { background-color: rgb(121,68,65); }

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

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

 span { border-color: rgb(121,68,65); }

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