#815226

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

Shades of Korma #815226

Tints of Korma #815226

Color information

#815226 (or 0x815226) is unknown color: approx Korma. HEX triplet: 81, 52 and 26. RGB value is (129,82,38). Sum of RGB (Red+Green+Blue) = 129+82+38=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #815226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815226 is #7EADD9. Grayscale: #5B5B5B. Windows color (decimal): -8302042 or 2511489. OLE color: 2511489.

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

Color convert

RGB1298238-
CMYK00.360.710.49
HSL29.01º54.49%32.75%-
HSV(B)29.01º70.54%50.59%-
XYZ12.4210.843.27-
YUV91.0498.07155.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.81%
GREEN value IS 82 (32.42% from 255) = 32.93%
BLUE value IS 38 (15.23% from 255) = 15.26%
R=51.81%
G=32.93%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129823800.360.710.4929.0154.4932.75
Hex81522602447311d3621
Octal2011224604410761356641
Binary1000000110100101001100100100100011111000111101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815226; }

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

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

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

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

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

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

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

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