#784F2F

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

Shades of Korma #784F2F

Tints of Korma #784F2F

Color information

#784F2F (or 0x784F2F) is unknown color: approx Korma. HEX triplet: 78, 4F and 2F. RGB value is (120,79,47). Sum of RGB (Red+Green+Blue) = 120+79+47=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #784F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784F2F is #87B0D0. Grayscale: #575757. Windows color (decimal): -8892625 or 3100536. OLE color: 3100536.

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

Color convert

RGB1207947-
CMYK00.340.610.53
HSL26.3º43.71%32.75%-
HSV(B)26.3º60.83%47.06%-
XYZ11.059.794-
YUV87.61105.08151.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.78%
GREEN value IS 79 (31.25% from 255) = 32.11%
BLUE value IS 47 (18.75% from 255) = 19.11%
R=48.78%
G=32.11%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120794700.340.610.5326.343.7132.75
Hex784F2F0223D351a2c21
Octal170117570427565325441
Binary11110001001111101111010001011110111010111010101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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