#79532F

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

Shades of Korma #79532F

Tints of Korma #79532F

Color information

#79532F (or 0x79532F) is unknown color: approx Korma. HEX triplet: 79, 53 and 2F. RGB value is (121,83,47). Sum of RGB (Red+Green+Blue) = 121+83+47=251 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.21% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 121 - color contains mainly: red. Hex color #79532F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79532F is #86ACD0. Grayscale: #5A5A5A. Windows color (decimal): -8826065 or 3101561. OLE color: 3101561.

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

Color convert

RGB1218347-
CMYK00.310.610.53
HSL29.19º44.05%32.94%-
HSV(B)29.19º61.16%47.45%-
XYZ11.4910.464.1-
YUV90.26103.59149.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.21%
GREEN value IS 83 (32.81% from 255) = 33.07%
BLUE value IS 47 (18.75% from 255) = 18.73%
R=48.21%
G=33.07%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121834700.310.610.5329.1944.0532.94
Hex79532F01F3D351d2c21
Octal171123570377565355441
Binary1111001101001110111101111111110111010111101101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79532F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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