#79532D

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

Shades of Korma #79532D

Tints of Korma #79532D

Color information

#79532D (or 0x79532D) is unknown color: approx Korma. HEX triplet: 79, 53 and 2D. RGB value is (121,83,45). Sum of RGB (Red+Green+Blue) = 121+83+45=249 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.59% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 121 - color contains mainly: red. Hex color #79532D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79532D is #86ACD2. Grayscale: #5A5A5A. Windows color (decimal): -8826067 or 2970489. OLE color: 2970489.

HSL color Cylindrical-coordinate representation of color #79532D: hue angle of 30º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #79532D is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1218345-
CMYK00.310.630.53
HSL30º45.78%32.55%-
HSV(B)30º62.81%47.45%-
XYZ11.4510.443.89-
YUV90.03102.59150.09-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.59%
GREEN value IS 83 (32.81% from 255) = 33.33%
BLUE value IS 45 (17.97% from 255) = 18.07%
R=48.59%
G=33.33%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121834500.310.630.533045.7832.55
Hex79532D01F3F351e2e21
Octal171123550377765365641
Binary1111001101001110110101111111111111010111110101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79532D; }

 p { color: rgb(121,83,45); }

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

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

 a { background-color: rgb(121,83,45); }

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

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

 span { border-color: rgb(121,83,45); }

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