#795133

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

Shades of Korma #795133

Tints of Korma #795133

Color information

#795133 (or 0x795133) is unknown color: approx Korma. HEX triplet: 79, 51 and 33. RGB value is (121,81,51). Sum of RGB (Red+Green+Blue) = 121+81+51=253 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.83% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 121 - color contains mainly: red. Hex color #795133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795133 is #86AECC. Grayscale: #595959. Windows color (decimal): -8826573 or 3363193. OLE color: 3363193.

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

Color convert

RGB1218151-
CMYK00.330.580.53
HSL25.71º40.7%33.73%-
HSV(B)25.71º57.85%47.45%-
XYZ11.4310.194.5-
YUV89.54106.25150.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.83%
GREEN value IS 81 (32.03% from 255) = 32.02%
BLUE value IS 51 (20.31% from 255) = 20.16%
R=47.83%
G=32.02%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121815100.330.580.5325.7140.733.73
Hex7951330213A351a2922
Octal171121630417265325142
Binary11110011010001110011010000111101011010111010101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795133; }

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

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

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

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

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

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

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

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