#814d2c

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

Shades of Korma #814D2C

Tints of Korma #814D2C

Color information

#814D2C (or 0x814D2C) is unknown color: approx Korma. HEX triplet: 81, 4D and 2C. RGB value is (129,77,44). Sum of RGB (Red+Green+Blue) = 129+77+44=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #814D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814D2C is #7EB2D3. Grayscale: #585858. Windows color (decimal): -8303316 or 2903425. OLE color: 2903425.

HSL color Cylindrical-coordinate representation of color #814D2C: hue angle of 23.29º 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 #814D2C is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB1297744-
CMYK00.400.660.49
HSL23.29º49.13%33.92%-
HSV(B)23.29º65.89%50.59%-
XYZ12.1610.163.7-
YUV88.79102.73156.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.6%
GREEN value IS 77 (30.47% from 255) = 30.8%
BLUE value IS 44 (17.58% from 255) = 17.6%
R=51.6%
G=30.8%
B=17.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129774400.400.660.4923.2949.1333.92
Hex814D2C0284231173122
Octal2011155405010261276142
Binary1000000110011011011000101000100001011000110111110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814d2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814d2c; }

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

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

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

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

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

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

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

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