#784F2C

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

Shades of Korma #784F2C

Tints of Korma #784F2C

Color information

#784F2C (or 0x784F2C) is unknown color: approx Korma. HEX triplet: 78, 4F and 2C. RGB value is (120,79,44). Sum of RGB (Red+Green+Blue) = 120+79+44=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #784F2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784F2C is #87B0D3. Grayscale: #575757. Windows color (decimal): -8892628 or 2903928. OLE color: 2903928.

HSL color Cylindrical-coordinate representation of color #784F2C: hue angle of 27.63º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #784F2C is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1207944-
CMYK00.340.630.53
HSL27.63º46.34%32.16%-
HSV(B)27.63º63.33%47.06%-
XYZ119.773.69-
YUV87.27103.58151.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.38%
GREEN value IS 79 (31.25% from 255) = 32.51%
BLUE value IS 44 (17.58% from 255) = 18.11%
R=49.38%
G=32.51%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120794400.340.630.5327.6346.3432.16
Hex784F2C0223F351c2e20
Octal170117540427765345640
Binary11110001001111101100010001011111111010111100101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784F2C; }

 p { color: rgb(120,79,44); }

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

<style>
 a { background-color: #784F2C; }

 a { background-color: rgb(120,79,44); }

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

<style>
 span { border-color: #784F2C; }

 span { border-color: rgb(120,79,44); }

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