#814C2B

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

Shades of Korma #814C2B

Tints of Korma #814C2B

Color information

#814C2B (or 0x814C2B) is unknown color: approx Korma. HEX triplet: 81, 4C and 2B. RGB value is (129,76,43). Sum of RGB (Red+Green+Blue) = 129+76+43=248 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.02% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 129 - color contains mainly: red. Hex color #814C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814C2B is #7EB3D4. Grayscale: #585858. Windows color (decimal): -8303573 or 2837633. OLE color: 2837633.

HSL color Cylindrical-coordinate representation of color #814C2B: hue angle of 23.02º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #814C2B is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB1297643-
CMYK00.410.670.49
HSL23.02º50%33.73%-
HSV(B)23.02º66.67%50.59%-
XYZ12.0710.013.58-
YUV88.08102.56157.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.02%
GREEN value IS 76 (30.08% from 255) = 30.65%
BLUE value IS 43 (17.19% from 255) = 17.34%
R=52.02%
G=30.65%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129764300.410.670.4923.025033.73
Hex814C2B0294331173222
Octal2011145305110361276242
Binary1000000110011001010110101001100001111000110111110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,76,43); }

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

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

 a { background-color: rgb(129,76,43); }

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

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

 span { border-color: rgb(129,76,43); }

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