#814B24

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

Shades of Korma #814B24

Tints of Korma #814B24

Color information

#814B24 (or 0x814B24) is unknown color: approx Korma. HEX triplet: 81, 4B and 24. RGB value is (129,75,36). Sum of RGB (Red+Green+Blue) = 129+75+36=240 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.75% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 36 (14.45% from 255 or 15% from 240); Max value from RGB is 129 - color contains mainly: red. Hex color #814B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814B24 is #7EB4DB. Grayscale: #565656. Windows color (decimal): -8303836 or 2378625. OLE color: 2378625.

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

Color convert

RGB1297536-
CMYK00.420.720.49
HSL25.16º56.36%32.35%-
HSV(B)25.16º72.09%50.59%-
XYZ11.899.832.94-
YUV86.799.39158.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.75%
GREEN value IS 75 (29.69% from 255) = 31.25%
BLUE value IS 36 (14.45% from 255) = 15%
R=53.75%
G=31.25%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129753600.420.720.4925.1656.3632.35
Hex814B2402A4831193820
Octal2011134405211061317040
Binary1000000110010111001000101010100100011000111001111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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