#814526

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

Shades of Korma #814526

Tints of Korma #814526

Color information

#814526 (or 0x814526) is unknown color: approx Korma. HEX triplet: 81, 45 and 26. RGB value is (129,69,38). Sum of RGB (Red+Green+Blue) = 129+69+38=236 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.66% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 38 (15.23% from 255 or 16.10% from 236); Max value from RGB is 129 - color contains mainly: red. Hex color #814526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814526 is #7EBAD9. Grayscale: #535353. Windows color (decimal): -8305370 or 2508161. OLE color: 2508161.

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

Color convert

RGB1296938-
CMYK00.470.710.49
HSL20.44º54.49%32.75%-
HSV(B)20.44º70.54%50.59%-
XYZ11.539.062.98-
YUV83.41102.38160.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 54.66%
GREEN value IS 69 (27.34% from 255) = 29.24%
BLUE value IS 38 (15.23% from 255) = 16.10%
R=54.66%
G=29.24%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129693800.470.710.4920.4454.4932.75
Hex81452602F4731143621
Octal2011054605710761246641
Binary1000000110001011001100101111100011111000110100110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814526; }

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

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

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

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

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

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

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

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