#794A27

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

Shades of Korma #794A27

Tints of Korma #794A27

Color information

#794A27 (or 0x794A27) is unknown color: approx Korma. HEX triplet: 79, 4A and 27. RGB value is (121,74,39). Sum of RGB (Red+Green+Blue) = 121+74+39=234 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.71% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 121 - color contains mainly: red. Hex color #794A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794A27 is #86B5D8. Grayscale: #545454. Windows color (decimal): -8828377 or 2574969. OLE color: 2574969.

HSL color Cylindrical-coordinate representation of color #794A27: hue angle of 25.61º 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 #794A27 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB1217439-
CMYK00.390.680.53
HSL25.61º51.25%31.37%-
HSV(B)25.61º67.77%47.45%-
XYZ10.79.113.11-
YUV84.06102.57154.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.71%
GREEN value IS 74 (29.30% from 255) = 31.62%
BLUE value IS 39 (15.62% from 255) = 16.67%
R=51.71%
G=31.62%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121743900.390.680.5325.6151.2531.37
Hex794A2702744351a331f
Octal1711124704710465326337
Binary11110011001010100111010011110001001101011101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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