#814F27

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

Shades of Korma #814F27

Tints of Korma #814F27

Color information

#814F27 (or 0x814F27) is unknown color: approx Korma. HEX triplet: 81, 4F and 27. RGB value is (129,79,39). Sum of RGB (Red+Green+Blue) = 129+79+39=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #814F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814F27 is #7EB0D8. Grayscale: #595959. Windows color (decimal): -8302809 or 2576257. OLE color: 2576257.

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

Color convert

RGB1297939-
CMYK00.390.700.49
HSL26.67º53.57%32.94%-
HSV(B)26.67º69.77%50.59%-
XYZ12.2210.413.28-
YUV89.3999.56156.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.23%
GREEN value IS 79 (31.25% from 255) = 31.98%
BLUE value IS 39 (15.62% from 255) = 15.79%
R=52.23%
G=31.98%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129793900.390.700.4926.6753.5732.94
Hex814F2702746311b3621
Octal2011174704710661336641
Binary1000000110011111001110100111100011011000111011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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