#815431

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

Shades of Korma #815431

Tints of Korma #815431

Color information

#815431 (or 0x815431) is unknown color: approx Korma. HEX triplet: 81, 54 and 31. RGB value is (129,84,49). Sum of RGB (Red+Green+Blue) = 129+84+49=262 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.24% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 129 - color contains mainly: red. Hex color #815431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815431 is #7EABCE. Grayscale: #5D5D5D. Windows color (decimal): -8301519 or 3232897. OLE color: 3232897.

HSL color Cylindrical-coordinate representation of color #815431: hue angle of 26.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #815431 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB1298449-
CMYK00.350.620.49
HSL26.25º44.94%34.9%-
HSV(B)26.25º62.02%50.59%-
XYZ12.7811.234.4-
YUV93.46102.91153.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.24%
GREEN value IS 84 (33.20% from 255) = 32.06%
BLUE value IS 49 (19.53% from 255) = 18.70%
R=49.24%
G=32.06%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129844900.350.620.4926.2544.9434.9
Hex8154310233E311a2d23
Octal201124610437661325543
Binary100000011010100110001010001111111011000111010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815431; }

 p { color: rgb(129,84,49); }

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

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

 a { background-color: rgb(129,84,49); }

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

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

 span { border-color: rgb(129,84,49); }

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