#794F2E

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

Shades of Korma #794F2E

Tints of Korma #794F2E

Color information

#794F2E (or 0x794F2E) is unknown color: approx Korma. HEX triplet: 79, 4F and 2E. RGB value is (121,79,46). Sum of RGB (Red+Green+Blue) = 121+79+46=246 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.19% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 121 - color contains mainly: red. Hex color #794F2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #794F2E is #86B0D1. Grayscale: #575757. Windows color (decimal): -8827090 or 3035001. OLE color: 3035001.

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

Color convert

RGB1217946-
CMYK00.350.620.53
HSL26.4º44.91%32.75%-
HSV(B)26.4º61.98%47.45%-
XYZ11.179.853.9-
YUV87.8104.41151.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.19%
GREEN value IS 79 (31.25% from 255) = 32.11%
BLUE value IS 46 (18.36% from 255) = 18.70%
R=49.19%
G=32.11%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121794600.350.620.5326.444.9132.75
Hex794F2E0233E351a2d21
Octal171117560437665325541
Binary11110011001111101110010001111111011010111010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,79,46); }

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

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

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

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

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

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

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