#79532C

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

Shades of Korma #79532C

Tints of Korma #79532C

Color information

#79532C (or 0x79532C) is unknown color: approx Korma. HEX triplet: 79, 53 and 2C. RGB value is (121,83,44). Sum of RGB (Red+Green+Blue) = 121+83+44=248 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.79% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 121 - color contains mainly: red. Hex color #79532C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79532C is #86ACD3. Grayscale: #5A5A5A. Windows color (decimal): -8826068 or 2904953. OLE color: 2904953.

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

Color convert

RGB1218344-
CMYK00.310.640.53
HSL30.39º46.67%32.35%-
HSV(B)30.39º63.64%47.45%-
XYZ11.4310.433.79-
YUV89.92102.09150.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.79%
GREEN value IS 83 (32.81% from 255) = 33.47%
BLUE value IS 44 (17.58% from 255) = 17.74%
R=48.79%
G=33.47%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121834400.310.640.5330.3946.6732.35
Hex79532C01F40351e2f20
Octal1711235403710065365740
Binary11110011010011101100011111100000011010111110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79532C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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