#79512E

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

Shades of Korma #79512E

Tints of Korma #79512E

Color information

#79512E (or 0x79512E) is unknown color: approx Korma. HEX triplet: 79, 51 and 2E. RGB value is (121,81,46). Sum of RGB (Red+Green+Blue) = 121+81+46=248 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.79% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 121 - color contains mainly: red. Hex color #79512E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79512E is #86AED1. Grayscale: #595959. Windows color (decimal): -8826578 or 3035513. OLE color: 3035513.

HSL color Cylindrical-coordinate representation of color #79512E: hue angle of 28º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #79512E is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB1218146-
CMYK00.330.620.53
HSL28º44.91%32.75%-
HSV(B)28º61.98%47.45%-
XYZ11.3210.153.95-
YUV88.97103.75150.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.79%
GREEN value IS 81 (32.03% from 255) = 32.66%
BLUE value IS 46 (18.36% from 255) = 18.55%
R=48.79%
G=32.66%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121814600.330.620.532844.9132.75
Hex79512E0213E351c2d21
Octal171121560417665345541
Binary11110011010001101110010000111111011010111100101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79512E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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