#81512C

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

Shades of Korma #81512C

Tints of Korma #81512C

Color information

#81512C (or 0x81512C) is unknown color: approx Korma. HEX triplet: 81, 51 and 2C. RGB value is (129,81,44). Sum of RGB (Red+Green+Blue) = 129+81+44=254 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.79% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 129 - color contains mainly: red. Hex color #81512C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81512C is #7EAED3. Grayscale: #5B5B5B. Windows color (decimal): -8302292 or 2904449. OLE color: 2904449.

HSL color Cylindrical-coordinate representation of color #81512C: hue angle of 26.12º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #81512C is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB1298144-
CMYK00.370.660.49
HSL26.12º49.13%33.92%-
HSV(B)26.12º65.89%50.59%-
XYZ12.4510.733.8-
YUV91.13101.4155.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.79%
GREEN value IS 81 (32.03% from 255) = 31.89%
BLUE value IS 44 (17.58% from 255) = 17.32%
R=50.79%
G=31.89%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129814400.370.660.4926.1249.1333.92
Hex81512C02542311a3122
Octal2011215404510261326142
Binary1000000110100011011000100101100001011000111010110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81512C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81512C; }

 p { color: rgb(129,81,44); }

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

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

 a { background-color: rgb(129,81,44); }

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

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

 span { border-color: rgb(129,81,44); }

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