#794A46

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

Shades of Bole #794A46

Tints of Bole #794A46

Color information

#794A46 (or 0x794A46) is unknown color: approx Bole. HEX triplet: 79, 4A and 46. RGB value is (121,74,70). Sum of RGB (Red+Green+Blue) = 121+74+70=265 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.66% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 121 - color contains mainly: red. Hex color #794A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794A46 is #86B5B9. Grayscale: #575757. Windows color (decimal): -8828346 or 4606585. OLE color: 4606585.

HSL color Cylindrical-coordinate representation of color #794A46: hue angle of 4.71º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #794A46 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB1217470-
CMYK00.390.420.53
HSL4.71º26.7%37.45%-
HSV(B)4.71º42.15%47.45%-
XYZ11.449.47.01-
YUV87.6118.07151.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.66%
GREEN value IS 74 (29.30% from 255) = 27.92%
BLUE value IS 70 (27.73% from 255) = 26.42%
R=45.66%
G=27.92%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121747000.390.420.534.7126.737.45
Hex794A460272A3551b25
Octal171112106047526553345
Binary111100110010101000110010011110101011010110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794A46; }

 p { color: rgb(121,74,70); }

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

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

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

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

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

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

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