#795029

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

Shades of Korma #795029

Tints of Korma #795029

Color information

#795029 (or 0x795029) is unknown color: approx Korma. HEX triplet: 79, 50 and 29. RGB value is (121,80,41). Sum of RGB (Red+Green+Blue) = 121+80+41=242 (32% of max value = 765). Red value is 121 (47.66% from 255 or 50% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 121 - color contains mainly: red. Hex color #795029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795029 is #86AFD6. Grayscale: #585858. Windows color (decimal): -8826839 or 2707577. OLE color: 2707577.

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

Color convert

RGB1218041-
CMYK00.340.660.53
HSL29.25º49.38%31.76%-
HSV(B)29.25º66.12%47.45%-
XYZ11.159.963.43-
YUV87.81101.58151.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50%
GREEN value IS 80 (31.64% from 255) = 33.06%
BLUE value IS 41 (16.41% from 255) = 16.94%
R=50%
G=33.06%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121804100.340.660.5329.2549.3831.76
Hex79502902242351d3120
Octal1711205104210265356140
Binary111100110100001010010100010100001011010111101110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795029; }

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

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

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

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

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

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

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

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