#825131

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

Shades of Korma #825131

Tints of Korma #825131

Color information

#825131 (or 0x825131) is unknown color: approx Korma. HEX triplet: 82, 51 and 31. RGB value is (130,81,49). Sum of RGB (Red+Green+Blue) = 130+81+49=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #825131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825131 is #7DAECE. Grayscale: #5C5C5C. Windows color (decimal): -8236751 or 3232130. OLE color: 3232130.

HSL color Cylindrical-coordinate representation of color #825131: hue angle of 23.7º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #825131 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB1308149-
CMYK00.380.620.49
HSL23.7º45.25%35.1%-
HSV(B)23.7º62.31%50.98%-
XYZ12.710.854.33-
YUV92103.73155.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50%
GREEN value IS 81 (32.03% from 255) = 31.15%
BLUE value IS 49 (19.53% from 255) = 18.85%
R=50%
G=31.15%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130814900.380.620.4923.745.2535.1
Hex8251310263E31182d23
Octal202121610467661305543
Binary100000101010001110001010011011111011000111000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825131; }

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

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

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

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

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

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

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

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