#79512C

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

Shades of Korma #79512C

Tints of Korma #79512C

Color information

#79512C (or 0x79512C) is unknown color: approx Korma. HEX triplet: 79, 51 and 2C. RGB value is (121,81,44). Sum of RGB (Red+Green+Blue) = 121+81+44=246 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.19% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 121 - color contains mainly: red. Hex color #79512C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79512C is #86AED3. Grayscale: #585858. Windows color (decimal): -8826580 or 2904441. OLE color: 2904441.

HSL color Cylindrical-coordinate representation of color #79512C: hue angle of 28.83º degrees, saturation: 0.47, 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 #79512C is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB1218144-
CMYK00.330.640.53
HSL28.83º46.67%32.35%-
HSV(B)28.83º63.64%47.45%-
XYZ11.2810.133.74-
YUV88.74102.75151.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.19%
GREEN value IS 81 (32.03% from 255) = 32.93%
BLUE value IS 44 (17.58% from 255) = 17.89%
R=49.19%
G=32.93%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121814400.330.640.5328.8346.6732.35
Hex79512C02140351d2f20
Octal1711215404110065355740
Binary111100110100011011000100001100000011010111101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79512C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79512C; }

 p { color: rgb(121,81,44); }

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

<style>
 a { background-color: #79512C; }

 a { background-color: rgb(121,81,44); }

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

<style>
 span { border-color: #79512C; }

 span { border-color: rgb(121,81,44); }

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