#785131

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

Shades of Korma #785131

Tints of Korma #785131

Color information

#785131 (or 0x785131) is unknown color: approx Korma. HEX triplet: 78, 51 and 31. RGB value is (120,81,49). Sum of RGB (Red+Green+Blue) = 120+81+49=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #785131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785131 is #87AECE. Grayscale: #595959. Windows color (decimal): -8892111 or 3232120. OLE color: 3232120.

HSL color Cylindrical-coordinate representation of color #785131: hue angle of 27.04º 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 #785131 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB1208149-
CMYK00.320.590.53
HSL27.04º42.01%33.14%-
HSV(B)27.04º59.17%47.06%-
XYZ11.2410.14.26-
YUV89.01105.42150.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48%
GREEN value IS 81 (32.03% from 255) = 32.4%
BLUE value IS 49 (19.53% from 255) = 19.6%
R=48%
G=32.4%
B=19.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120814900.320.590.5327.0442.0133.14
Hex7851310203B351b2a21
Octal170121610407365335241
Binary11110001010001110001010000011101111010111011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785131; }

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

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

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

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

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

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

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

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