#794B27

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

Shades of Korma #794B27

Tints of Korma #794B27

Color information

#794B27 (or 0x794B27) is unknown color: approx Korma. HEX triplet: 79, 4B and 27. RGB value is (121,75,39). Sum of RGB (Red+Green+Blue) = 121+75+39=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #794B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794B27 is #86B4D8. Grayscale: #545454. Windows color (decimal): -8828121 or 2575225. OLE color: 2575225.

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

Color convert

RGB1217539-
CMYK00.380.680.53
HSL26.34º51.25%31.37%-
HSV(B)26.34º67.77%47.45%-
XYZ10.779.243.14-
YUV84.65102.24153.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.49%
GREEN value IS 75 (29.69% from 255) = 31.91%
BLUE value IS 39 (15.62% from 255) = 16.60%
R=51.49%
G=31.91%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121753900.380.680.5326.3451.2531.37
Hex794B2702644351a331f
Octal1711134704610465326337
Binary11110011001011100111010011010001001101011101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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