#794F2B

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

Shades of Korma #794F2B

Tints of Korma #794F2B

Color information

#794F2B (or 0x794F2B) is unknown color: approx Korma. HEX triplet: 79, 4F and 2B. RGB value is (121,79,43). Sum of RGB (Red+Green+Blue) = 121+79+43=243 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.79% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 121 - color contains mainly: red. Hex color #794F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #794F2B is #86B0D4. Grayscale: #575757. Windows color (decimal): -8827093 or 2838393. OLE color: 2838393.

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

Color convert

RGB1217943-
CMYK00.350.640.53
HSL27.69º47.56%32.16%-
HSV(B)27.69º64.46%47.45%-
XYZ11.129.833.6-
YUV87.45102.91151.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.79%
GREEN value IS 79 (31.25% from 255) = 32.51%
BLUE value IS 43 (17.19% from 255) = 17.70%
R=49.79%
G=32.51%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121794300.350.640.5327.6947.5632.16
Hex794F2B02340351c3020
Octal1711175304310065346040
Binary111100110011111010110100011100000011010111100110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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