#814626

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

Shades of Korma #814626

Tints of Korma #814626

Color information

#814626 (or 0x814626) is unknown color: approx Korma. HEX triplet: 81, 46 and 26. RGB value is (129,70,38). Sum of RGB (Red+Green+Blue) = 129+70+38=237 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.43% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 38 (15.23% from 255 or 16.03% from 237); Max value from RGB is 129 - color contains mainly: red. Hex color #814626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814626 is #7EB9D9. Grayscale: #545454. Windows color (decimal): -8305114 or 2508417. OLE color: 2508417.

HSL color Cylindrical-coordinate representation of color #814626: hue angle of 21.1º degrees, saturation: 0.54, 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 #814626 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB1297038-
CMYK00.460.710.49
HSL21.1º54.49%32.75%-
HSV(B)21.1º70.54%50.59%-
XYZ11.599.193-
YUV83.99102.05160.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 54.43%
GREEN value IS 70 (27.73% from 255) = 29.54%
BLUE value IS 38 (15.23% from 255) = 16.03%
R=54.43%
G=29.54%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129703800.460.710.4921.154.4932.75
Hex81462602E4731153621
Octal2011064605610761256641
Binary1000000110001101001100101110100011111000110101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814626; }

 p { color: rgb(129,70,38); }

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

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

 a { background-color: rgb(129,70,38); }

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

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

 span { border-color: rgb(129,70,38); }

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