#814C2A

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

Shades of Korma #814C2A

Tints of Korma #814C2A

Color information

#814C2A (or 0x814C2A) is unknown color: approx Korma. HEX triplet: 81, 4C and 2A. RGB value is (129,76,42). Sum of RGB (Red+Green+Blue) = 129+76+42=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #814C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814C2A is #7EB3D5. Grayscale: #585858. Windows color (decimal): -8303574 or 2772097. OLE color: 2772097.

HSL color Cylindrical-coordinate representation of color #814C2A: hue angle of 23.45º degrees, saturation: 0.51, 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 #814C2A is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB1297642-
CMYK00.410.670.49
HSL23.45º50.88%33.53%-
HSV(B)23.45º67.44%50.59%-
XYZ12.06103.49-
YUV87.97102.06157.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.23%
GREEN value IS 76 (30.08% from 255) = 30.77%
BLUE value IS 42 (16.80% from 255) = 17.00%
R=52.23%
G=30.77%
B=17.00%

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
Decimal129764200.410.670.4923.4550.8833.53
Hex814C2A0294331173322
Octal2011145205110361276342
Binary1000000110011001010100101001100001111000110111110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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