#785031

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

Shades of Korma #785031

Tints of Korma #785031

Color information

#785031 (or 0x785031) is unknown color: approx Korma. HEX triplet: 78, 50 and 31. RGB value is (120,80,49). Sum of RGB (Red+Green+Blue) = 120+80+49=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #785031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785031 is #87AFCE. Grayscale: #585858. Windows color (decimal): -8892367 or 3231864. OLE color: 3231864.

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

Color convert

RGB1208049-
CMYK00.330.590.53
HSL26.2º42.01%33.14%-
HSV(B)26.2º59.17%47.06%-
XYZ11.179.954.24-
YUV88.43105.75150.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.19%
GREEN value IS 80 (31.64% from 255) = 32.13%
BLUE value IS 49 (19.53% from 255) = 19.68%
R=48.19%
G=32.13%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120804900.330.590.5326.242.0133.14
Hex7850310213B351a2a21
Octal170120610417365325241
Binary11110001010000110001010000111101111010111010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785031; }

 p { color: rgb(120,80,49); }

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

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

 a { background-color: rgb(120,80,49); }

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

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

 span { border-color: rgb(120,80,49); }

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