#79532E

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

Shades of Korma #79532E

Tints of Korma #79532E

Color information

#79532E (or 0x79532E) is unknown color: approx Korma. HEX triplet: 79, 53 and 2E. RGB value is (121,83,46). Sum of RGB (Red+Green+Blue) = 121+83+46=250 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.4% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 121 - color contains mainly: red. Hex color #79532E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79532E is #86ACD1. Grayscale: #5A5A5A. Windows color (decimal): -8826066 or 3036025. OLE color: 3036025.

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

Color convert

RGB1218346-
CMYK00.310.620.53
HSL29.6º44.91%32.75%-
HSV(B)29.6º61.98%47.45%-
XYZ11.4710.454-
YUV90.14103.09150.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.4%
GREEN value IS 83 (32.81% from 255) = 33.2%
BLUE value IS 46 (18.36% from 255) = 18.4%
R=48.4%
G=33.2%
B=18.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121834600.310.620.5329.644.9132.75
Hex79532E01F3E351e2d21
Octal171123560377665365541
Binary1111001101001110111001111111111011010111110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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