#814E23

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

Shades of Korma #814E23

Tints of Korma #814E23

Color information

#814E23 (or 0x814E23) is unknown color: approx Korma. HEX triplet: 81, 4E and 23. RGB value is (129,78,35). Sum of RGB (Red+Green+Blue) = 129+78+35=242 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.31% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 35 (14.06% from 255 or 14.46% from 242); Max value from RGB is 129 - color contains mainly: red. Hex color #814E23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814E23 is #7EB1DC. Grayscale: #585858. Windows color (decimal): -8303069 or 2313857. OLE color: 2313857.

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

Color convert

RGB1297835-
CMYK00.400.730.49
HSL27.45º57.32%32.16%-
HSV(B)27.45º72.87%50.59%-
XYZ12.0810.242.93-
YUV88.3597.9157-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.31%
GREEN value IS 78 (30.86% from 255) = 32.23%
BLUE value IS 35 (14.06% from 255) = 14.46%
R=53.31%
G=32.23%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129783500.400.730.4927.4557.3232.16
Hex814E2302849311b3920
Octal2011164305011161337140
Binary1000000110011101000110101000100100111000111011111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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