#794C26

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

Shades of Korma #794C26

Tints of Korma #794C26

Color information

#794C26 (or 0x794C26) is unknown color: approx Korma. HEX triplet: 79, 4C and 26. RGB value is (121,76,38). Sum of RGB (Red+Green+Blue) = 121+76+38=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #794C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794C26 is #86B3D9. Grayscale: #555555. Windows color (decimal): -8827866 or 2509945. OLE color: 2509945.

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

Color convert

RGB1217638-
CMYK00.370.690.53
HSL27.47º52.2%31.18%-
HSV(B)27.47º68.6%47.45%-
XYZ10.829.373.07-
YUV85.12101.41153.59-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.49%
GREEN value IS 76 (30.08% from 255) = 32.34%
BLUE value IS 38 (15.23% from 255) = 16.17%
R=51.49%
G=32.34%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121763800.370.690.5327.4752.231.18
Hex794C2602545351b341f
Octal1711144604510565336437
Binary11110011001100100110010010110001011101011101111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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