#814D27

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

Shades of Korma #814D27

Tints of Korma #814D27

Color information

#814D27 (or 0x814D27) is unknown color: approx Korma. HEX triplet: 81, 4D and 27. RGB value is (129,77,39). Sum of RGB (Red+Green+Blue) = 129+77+39=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #814D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814D27 is #7EB2D8. Grayscale: #585858. Windows color (decimal): -8303321 or 2575745. OLE color: 2575745.

HSL color Cylindrical-coordinate representation of color #814D27: hue angle of 25.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #814D27 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB1297739-
CMYK00.400.700.49
HSL25.33º53.57%32.94%-
HSV(B)25.33º69.77%50.59%-
XYZ12.0710.123.24-
YUV88.22100.23157.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.65%
GREEN value IS 77 (30.47% from 255) = 31.43%
BLUE value IS 39 (15.62% from 255) = 15.92%
R=52.65%
G=31.43%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129773900.400.700.4925.3353.5732.94
Hex814D270284631193621
Octal2011154705010661316641
Binary1000000110011011001110101000100011011000111001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,77,39); }

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

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

 a { background-color: rgb(129,77,39); }

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

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

 span { border-color: rgb(129,77,39); }

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