#814924

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

Shades of Korma #814924

Tints of Korma #814924

Color information

#814924 (or 0x814924) is unknown color: approx Korma. HEX triplet: 81, 49 and 24. RGB value is (129,73,36). Sum of RGB (Red+Green+Blue) = 129+73+36=238 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.20% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 36 (14.45% from 255 or 15.13% from 238); Max value from RGB is 129 - color contains mainly: red. Hex color #814924 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814924 is #7EB6DB. Grayscale: #555555. Windows color (decimal): -8304348 or 2378113. OLE color: 2378113.

HSL color Cylindrical-coordinate representation of color #814924: hue angle of 23.87º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #814924 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB1297336-
CMYK00.430.720.49
HSL23.87º56.36%32.35%-
HSV(B)23.87º72.09%50.59%-
XYZ11.759.562.89-
YUV85.53100.05159.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 54.20%
GREEN value IS 73 (28.91% from 255) = 30.67%
BLUE value IS 36 (14.45% from 255) = 15.13%
R=54.20%
G=30.67%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129733600.430.720.4923.8756.3632.35
Hex81492402B4831183820
Octal2011114405311061307040
Binary1000000110010011001000101011100100011000111000111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814924; }

 p { color: rgb(129,73,36); }

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

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

 a { background-color: rgb(129,73,36); }

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

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

 span { border-color: rgb(129,73,36); }

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