#815032

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

Shades of Korma #815032

Tints of Korma #815032

Color information

#815032 (or 0x815032) is unknown color: approx Korma. HEX triplet: 81, 50 and 32. RGB value is (129,80,50). Sum of RGB (Red+Green+Blue) = 129+80+50=259 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.81% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 129 - color contains mainly: red. Hex color #815032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815032 is #7EAFCD. Grayscale: #5B5B5B. Windows color (decimal): -8302542 or 3297409. OLE color: 3297409.

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

Color convert

RGB1298050-
CMYK00.380.610.49
HSL22.78º44.13%35.1%-
HSV(B)22.78º61.24%50.59%-
XYZ12.510.634.41-
YUV91.23104.73154.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.81%
GREEN value IS 80 (31.64% from 255) = 30.89%
BLUE value IS 50 (19.92% from 255) = 19.31%
R=49.81%
G=30.89%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129805000.380.610.4922.7844.1335.1
Hex8150320263D31172c23
Octal201120620467561275443
Binary100000011010000110010010011011110111000110111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815032; }

 p { color: rgb(129,80,50); }

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

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

 a { background-color: rgb(129,80,50); }

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

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

 span { border-color: rgb(129,80,50); }

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