#795132

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

Shades of Korma #795132

Tints of Korma #795132

Color information

#795132 (or 0x795132) is unknown color: approx Korma. HEX triplet: 79, 51 and 32. RGB value is (121,81,50). Sum of RGB (Red+Green+Blue) = 121+81+50=252 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.02% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 121 - color contains mainly: red. Hex color #795132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795132 is #86AECD. Grayscale: #595959. Windows color (decimal): -8826574 or 3297657. OLE color: 3297657.

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

Color convert

RGB1218150-
CMYK00.330.590.53
HSL26.2º41.52%33.53%-
HSV(B)26.2º58.68%47.45%-
XYZ11.410.184.38-
YUV89.43105.75150.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.02%
GREEN value IS 81 (32.03% from 255) = 32.14%
BLUE value IS 50 (19.92% from 255) = 19.84%
R=48.02%
G=32.14%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121815000.330.590.5326.241.5233.53
Hex7951320213B351a2a22
Octal171121620417365325242
Binary11110011010001110010010000111101111010111010101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795132; }

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

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

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

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

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

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

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

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