#784F25

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

Shades of Korma #784F25

Tints of Korma #784F25

Color information

#784F25 (or 0x784F25) is unknown color: approx Korma. HEX triplet: 78, 4F and 25. RGB value is (120,79,37). Sum of RGB (Red+Green+Blue) = 120+79+37=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #784F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784F25 is #87B0DA. Grayscale: #565656. Windows color (decimal): -8892635 or 2445176. OLE color: 2445176.

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

Color convert

RGB1207937-
CMYK00.340.690.53
HSL30.36º52.87%30.78%-
HSV(B)30.36º69.17%47.06%-
XYZ10.889.723.05-
YUV86.47100.08151.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.85%
GREEN value IS 79 (31.25% from 255) = 33.47%
BLUE value IS 37 (14.84% from 255) = 15.68%
R=50.85%
G=33.47%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120793700.340.690.5330.3652.8730.78
Hex784F2502245351e351f
Octal1701174504210565366537
Binary11110001001111100101010001010001011101011111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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