#814A24

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

Shades of Korma #814A24

Tints of Korma #814A24

Color information

#814A24 (or 0x814A24) is unknown color: approx Korma. HEX triplet: 81, 4A and 24. RGB value is (129,74,36). Sum of RGB (Red+Green+Blue) = 129+74+36=239 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.97% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 36 (14.45% from 255 or 15.06% from 239); Max value from RGB is 129 - color contains mainly: red. Hex color #814A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814A24 is #7EB5DB. Grayscale: #565656. Windows color (decimal): -8304092 or 2378369. OLE color: 2378369.

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

Color convert

RGB1297436-
CMYK00.430.720.49
HSL24.52º56.36%32.35%-
HSV(B)24.52º72.09%50.59%-
XYZ11.829.692.92-
YUV86.1199.72158.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.97%
GREEN value IS 74 (29.30% from 255) = 30.96%
BLUE value IS 36 (14.45% from 255) = 15.06%
R=53.97%
G=30.96%
B=15.06%

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
Decimal129743600.430.720.4924.5256.3632.35
Hex814A2402B4831193820
Octal2011124405311061317040
Binary1000000110010101001000101011100100011000111001111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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