#814A2C

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

Shades of Korma #814A2C

Tints of Korma #814A2C

Color information

#814A2C (or 0x814A2C) is unknown color: approx Korma. HEX triplet: 81, 4A and 2C. RGB value is (129,74,44). Sum of RGB (Red+Green+Blue) = 129+74+44=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #814A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814A2C is #7EB5D3. Grayscale: #575757. Windows color (decimal): -8304084 or 2902657. OLE color: 2902657.

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

Color convert

RGB1297444-
CMYK00.430.660.49
HSL21.18º49.13%33.92%-
HSV(B)21.18º65.89%50.59%-
XYZ11.969.753.63-
YUV87.02103.72157.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.23%
GREEN value IS 74 (29.30% from 255) = 29.96%
BLUE value IS 44 (17.58% from 255) = 17.81%
R=52.23%
G=29.96%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129744400.430.660.4921.1849.1333.92
Hex814A2C02B4231153122
Octal2011125405310261256142
Binary1000000110010101011000101011100001011000110101110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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