#794C27

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

Shades of Korma #794C27

Tints of Korma #794C27

Color information

#794C27 (or 0x794C27) is unknown color: approx Korma. HEX triplet: 79, 4C and 27. RGB value is (121,76,39). Sum of RGB (Red+Green+Blue) = 121+76+39=236 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.27% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 39 (15.62% from 255 or 16.53% from 236); Max value from RGB is 121 - color contains mainly: red. Hex color #794C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794C27 is #86B3D8. Grayscale: #555555. Windows color (decimal): -8827865 or 2575481. OLE color: 2575481.

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

Color convert

RGB1217639-
CMYK00.370.680.53
HSL27.07º51.25%31.37%-
HSV(B)27.07º67.77%47.45%-
XYZ10.849.383.16-
YUV85.24101.91153.51-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.27%
GREEN value IS 76 (30.08% from 255) = 32.20%
BLUE value IS 39 (15.62% from 255) = 16.53%
R=51.27%
G=32.20%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121763900.370.680.5327.0751.2531.37
Hex794C2702544351b331f
Octal1711144704510465336337
Binary11110011001100100111010010110001001101011101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,76,39); }

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

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

 a { background-color: rgb(121,76,39); }

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

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

 span { border-color: rgb(121,76,39); }

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