#794C2A

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

Shades of Korma #794C2A

Tints of Korma #794C2A

Color information

#794C2A (or 0x794C2A) is unknown color: approx Korma. HEX triplet: 79, 4C and 2A. RGB value is (121,76,42). Sum of RGB (Red+Green+Blue) = 121+76+42=239 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.63% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 121 - color contains mainly: red. Hex color #794C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794C2A is #86B3D5. Grayscale: #555555. Windows color (decimal): -8827862 or 2772089. OLE color: 2772089.

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

Color convert

RGB1217642-
CMYK00.370.650.53
HSL25.82º48.47%31.96%-
HSV(B)25.82º65.29%47.45%-
XYZ10.899.43.43-
YUV85.58103.41153.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50.63%
GREEN value IS 76 (30.08% from 255) = 31.80%
BLUE value IS 42 (16.80% from 255) = 17.57%
R=50.63%
G=31.80%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121764200.370.650.5325.8248.4731.96
Hex794C2A02541351a3020
Octal1711145204510165326040
Binary111100110011001010100100101100000111010111010110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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