#814B2C

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

Shades of Korma #814B2C

Tints of Korma #814B2C

Color information

#814B2C (or 0x814B2C) is unknown color: approx Korma. HEX triplet: 81, 4B and 2C. RGB value is (129,75,44). Sum of RGB (Red+Green+Blue) = 129+75+44=248 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.02% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 129 - color contains mainly: red. Hex color #814B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814B2C is #7EB4D3. Grayscale: #575757. Windows color (decimal): -8303828 or 2902913. OLE color: 2902913.

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

Color convert

RGB1297544-
CMYK00.420.660.49
HSL21.88º49.13%33.92%-
HSV(B)21.88º65.89%50.59%-
XYZ12.029.883.66-
YUV87.61103.39157.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.02%
GREEN value IS 75 (29.69% from 255) = 30.24%
BLUE value IS 44 (17.58% from 255) = 17.74%
R=52.02%
G=30.24%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129754400.420.660.4921.8849.1333.92
Hex814B2C02A4231163122
Octal2011135405210261266142
Binary1000000110010111011000101010100001011000110110110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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