#795032

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

Shades of Korma #795032

Tints of Korma #795032

Color information

#795032 (or 0x795032) is unknown color: approx Korma. HEX triplet: 79, 50 and 32. RGB value is (121,80,50). Sum of RGB (Red+Green+Blue) = 121+80+50=251 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.21% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 121 - color contains mainly: red. Hex color #795032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795032 is #86AFCD. Grayscale: #595959. Windows color (decimal): -8826830 or 3297401. OLE color: 3297401.

HSL color Cylindrical-coordinate representation of color #795032: hue angle of 25.35º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #795032 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB1218050-
CMYK00.340.590.53
HSL25.35º41.52%33.53%-
HSV(B)25.35º58.68%47.45%-
XYZ11.3310.034.36-
YUV88.84106.08150.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.21%
GREEN value IS 80 (31.64% from 255) = 31.87%
BLUE value IS 50 (19.92% from 255) = 19.92%
R=48.21%
G=31.87%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121805000.340.590.5325.3541.5233.53
Hex7950320223B35192a22
Octal171120620427365315242
Binary11110011010000110010010001011101111010111001101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795032; }

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

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

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

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

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

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

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

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