#814E25

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

Shades of Korma #814E25

Tints of Korma #814E25

Color information

#814E25 (or 0x814E25) is unknown color: approx Korma. HEX triplet: 81, 4E and 25. RGB value is (129,78,37). Sum of RGB (Red+Green+Blue) = 129+78+37=244 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.87% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 129 - color contains mainly: red. Hex color #814E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814E25 is #7EB1DA. Grayscale: #585858. Windows color (decimal): -8303067 or 2444929. OLE color: 2444929.

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

Color convert

RGB1297837-
CMYK00.400.710.49
HSL26.74º55.42%32.55%-
HSV(B)26.74º71.32%50.59%-
XYZ12.1110.253.09-
YUV88.5898.9156.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.87%
GREEN value IS 78 (30.86% from 255) = 31.97%
BLUE value IS 37 (14.84% from 255) = 15.16%
R=52.87%
G=31.97%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129783700.400.710.4926.7455.4232.55
Hex814E2502847311b3721
Octal2011164505010761336741
Binary1000000110011101001010101000100011111000111011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,78,37); }

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

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

 a { background-color: rgb(129,78,37); }

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

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

 span { border-color: rgb(129,78,37); }

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