#814E27

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

Shades of Korma #814E27

Tints of Korma #814E27

Color information

#814E27 (or 0x814E27) is unknown color: approx Korma. HEX triplet: 81, 4E and 27. RGB value is (129,78,39). Sum of RGB (Red+Green+Blue) = 129+78+39=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #814E27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814E27 is #7EB1D8. Grayscale: #595959. Windows color (decimal): -8303065 or 2576001. OLE color: 2576001.

HSL color Cylindrical-coordinate representation of color #814E27: hue angle of 26º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #814E27 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB1297839-
CMYK00.400.700.49
HSL26º53.57%32.94%-
HSV(B)26º69.77%50.59%-
XYZ12.1410.263.26-
YUV88.899.9156.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.44%
GREEN value IS 78 (30.86% from 255) = 31.71%
BLUE value IS 39 (15.62% from 255) = 15.85%
R=52.44%
G=31.71%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129783900.400.700.492653.5732.94
Hex814E2702846311a3621
Octal2011164705010661326641
Binary1000000110011101001110101000100011011000111010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,78,39); }

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

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

 a { background-color: rgb(129,78,39); }

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

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

 span { border-color: rgb(129,78,39); }

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