#815227

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

Shades of Korma #815227

Tints of Korma #815227

Color information

#815227 (or 0x815227) is unknown color: approx Korma. HEX triplet: 81, 52 and 27. RGB value is (129,82,39). Sum of RGB (Red+Green+Blue) = 129+82+39=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #815227 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815227 is #7EADD8. Grayscale: #5B5B5B. Windows color (decimal): -8302041 or 2577025. OLE color: 2577025.

HSL color Cylindrical-coordinate representation of color #815227: hue angle of 28.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #815227 is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB1298239-
CMYK00.360.700.49
HSL28.67º53.57%32.94%-
HSV(B)28.67º69.77%50.59%-
XYZ12.4410.853.36-
YUV91.1598.57155-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.6%
GREEN value IS 82 (32.42% from 255) = 32.8%
BLUE value IS 39 (15.62% from 255) = 15.6%
R=51.6%
G=32.8%
B=15.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129823900.360.700.4928.6753.5732.94
Hex81522702446311d3621
Octal2011224704410661356641
Binary1000000110100101001110100100100011011000111101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815227; }

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

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

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

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

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

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

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

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