#814C29

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

Shades of Korma #814C29

Tints of Korma #814C29

Color information

#814C29 (or 0x814C29) is unknown color: approx Korma. HEX triplet: 81, 4C and 29. RGB value is (129,76,41). Sum of RGB (Red+Green+Blue) = 129+76+41=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #814C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814C29 is #7EB3D6. Grayscale: #585858. Windows color (decimal): -8303575 or 2706561. OLE color: 2706561.

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

Color convert

RGB1297641-
CMYK00.410.680.49
HSL23.86º51.76%33.33%-
HSV(B)23.86º68.22%50.59%-
XYZ12.04103.39-
YUV87.86101.56157.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.44%
GREEN value IS 76 (30.08% from 255) = 30.89%
BLUE value IS 41 (16.41% from 255) = 16.67%
R=52.44%
G=30.89%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129764100.410.680.4923.8651.7633.33
Hex814C290294431183421
Octal2011145105110461306441
Binary1000000110011001010010101001100010011000111000110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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