#795027

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

Shades of Korma #795027

Tints of Korma #795027

Color information

#795027 (or 0x795027) is unknown color: approx Korma. HEX triplet: 79, 50 and 27. RGB value is (121,80,39). Sum of RGB (Red+Green+Blue) = 121+80+39=240 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.42% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 121 - color contains mainly: red. Hex color #795027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795027 is #86AFD8. Grayscale: #575757. Windows color (decimal): -8826841 or 2576505. OLE color: 2576505.

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

Color convert

RGB1218039-
CMYK00.340.680.53
HSL30º51.25%31.37%-
HSV(B)30º67.77%47.45%-
XYZ11.129.953.25-
YUV87.58100.58151.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50.42%
GREEN value IS 80 (31.64% from 255) = 33.33%
BLUE value IS 39 (15.62% from 255) = 16.25%
R=50.42%
G=33.33%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121803900.340.680.533051.2531.37
Hex79502702244351e331f
Octal1711204704210465366337
Binary11110011010000100111010001010001001101011111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795027; }

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

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

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

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

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

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

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

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