#794B29

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

Shades of Korma #794B29

Tints of Korma #794B29

Color information

#794B29 (or 0x794B29) is unknown color: approx Korma. HEX triplet: 79, 4B and 29. RGB value is (121,75,41). Sum of RGB (Red+Green+Blue) = 121+75+41=237 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.05% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 121 - color contains mainly: red. Hex color #794B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794B29 is #86B4D6. Grayscale: #555555. Windows color (decimal): -8828119 or 2706297. OLE color: 2706297.

HSL color Cylindrical-coordinate representation of color #794B29: hue angle of 25.5º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #794B29 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB1217541-
CMYK00.380.660.53
HSL25.5º49.38%31.76%-
HSV(B)25.5º66.12%47.45%-
XYZ10.89.263.32-
YUV84.88103.24153.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.05%
GREEN value IS 75 (29.69% from 255) = 31.65%
BLUE value IS 41 (16.41% from 255) = 17.30%
R=51.05%
G=31.65%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121754100.380.660.5325.549.3831.76
Hex794B2902642351a3120
Octal1711135104610265326140
Binary111100110010111010010100110100001011010111010110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794B29; }

 p { color: rgb(121,75,41); }

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

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

 a { background-color: rgb(121,75,41); }

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

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

 span { border-color: rgb(121,75,41); }

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