#794840

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

Shades of Bole #794840

Tints of Bole #794840

Color information

#794840 (or 0x794840) is unknown color: approx Bole. HEX triplet: 79, 48 and 40. RGB value is (121,72,64). Sum of RGB (Red+Green+Blue) = 121+72+64=257 (34% of max value = 765). Red value is 121 (47.66% from 255 or 47.08% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 121 - color contains mainly: red. Hex color #794840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794840 is #86B7BF. Grayscale: #555555. Windows color (decimal): -8828864 or 4212857. OLE color: 4212857.

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

Color convert

RGB1217264-
CMYK00.400.470.53
HSL8.42º30.81%36.27%-
HSV(B)8.42º47.11%47.45%-
XYZ11.139.076.01-
YUV85.74115.73153.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.08%
GREEN value IS 72 (28.52% from 255) = 28.02%
BLUE value IS 64 (25.39% from 255) = 24.90%
R=47.08%
G=28.02%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121726400.400.470.538.4230.8136.27
Hex7948400282F3581f24
Octal1711101000505765103744
Binary1111001100100010000000101000101111110101100011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794840; }

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

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

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

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

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

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

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

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