#794338

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

Shades of Bole #794338

Tints of Bole #794338

Color information

#794338 (or 0x794338) is unknown color: approx Bole. HEX triplet: 79, 43 and 38. RGB value is (121,67,56). Sum of RGB (Red+Green+Blue) = 121+67+56=244 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.59% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 121 - color contains mainly: red. Hex color #794338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794338 is #86BCC7. Grayscale: #515151. Windows color (decimal): -8830152 or 3687289. OLE color: 3687289.

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

Color convert

RGB1216756-
CMYK00.450.540.53
HSL10.15º36.72%34.71%-
HSV(B)10.15º53.72%47.45%-
XYZ10.618.364.8-
YUV81.89113.39155.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.59%
GREEN value IS 67 (26.56% from 255) = 27.46%
BLUE value IS 56 (22.27% from 255) = 22.95%
R=49.59%
G=27.46%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121675600.450.540.5310.1536.7234.71
Hex79433802D3635a2523
Octal171103700556665124543
Binary1111001100001111100001011011101101101011010100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794338; }

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

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

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

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

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

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

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

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