#795033

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

Shades of Korma #795033

Tints of Korma #795033

Color information

#795033 (or 0x795033) is unknown color: approx Korma. HEX triplet: 79, 50 and 33. RGB value is (121,80,51). Sum of RGB (Red+Green+Blue) = 121+80+51=252 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.02% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 121 - color contains mainly: red. Hex color #795033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795033 is #86AFCC. Grayscale: #595959. Windows color (decimal): -8826829 or 3362937. OLE color: 3362937.

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

Color convert

RGB1218051-
CMYK00.340.580.53
HSL24.86º40.7%33.73%-
HSV(B)24.86º57.85%47.45%-
XYZ11.3510.044.47-
YUV88.95106.58150.86-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.02%
GREEN value IS 80 (31.64% from 255) = 31.75%
BLUE value IS 51 (20.31% from 255) = 20.24%
R=48.02%
G=31.75%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121805100.340.580.5324.8640.733.73
Hex7950330223A35192922
Octal171120630427265315142
Binary11110011010000110011010001011101011010111001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795033; }

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

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

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

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

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

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

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

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