#815128

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

Shades of Korma #815128

Tints of Korma #815128

Color information

#815128 (or 0x815128) is unknown color: approx Korma. HEX triplet: 81, 51 and 28. RGB value is (129,81,40). Sum of RGB (Red+Green+Blue) = 129+81+40=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #815128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815128 is #7EAED7. Grayscale: #5A5A5A. Windows color (decimal): -8302296 or 2642305. OLE color: 2642305.

HSL color Cylindrical-coordinate representation of color #815128: hue angle of 27.64º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #815128 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB1298140-
CMYK00.370.690.49
HSL27.64º52.66%33.14%-
HSV(B)27.64º68.99%50.59%-
XYZ12.3810.713.42-
YUV90.6899.4155.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.6%
GREEN value IS 81 (32.03% from 255) = 32.4%
BLUE value IS 40 (16.02% from 255) = 16%
R=51.6%
G=32.4%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129814000.370.690.4927.6452.6633.14
Hex81512802545311c3521
Octal2011215004510561346541
Binary1000000110100011010000100101100010111000111100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815128; }

 p { color: rgb(129,81,40); }

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

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

 a { background-color: rgb(129,81,40); }

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

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

 span { border-color: rgb(129,81,40); }

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