#794040

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

Shades of Bole #794040

Tints of Bole #794040

Color information

#794040 (or 0x794040) is unknown color: approx Bole. HEX triplet: 79, 40 and 40. RGB value is (121,64,64). Sum of RGB (Red+Green+Blue) = 121+64+64=249 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.59% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 121 - color contains mainly: red. Hex color #794040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794040 is #86BFBF. Grayscale: #515151. Windows color (decimal): -8830912 or 4210809. OLE color: 4210809.

HSL color Cylindrical-coordinate representation of color #794040: hue angle of 0º 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 #794040 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB1216464-
CMYK00.470.470.53
HSL30.81%36.27%-
HSV(B)47.11%47.45%-
XYZ10.648.15.85-
YUV81.04118.38156.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.59%
GREEN value IS 64 (25.39% from 255) = 25.70%
BLUE value IS 64 (25.39% from 255) = 25.70%
R=48.59%
G=25.70%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121646400.470.470.53030.8136.27
Hex79404002F2F3501f24
Octal171100100057576503744
Binary1111001100000010000000101111101111110101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794040; }

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

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

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

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

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

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

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

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