#81502A

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

Shades of Korma #81502A

Tints of Korma #81502A

Color information

#81502A (or 0x81502A) is unknown color: approx Korma. HEX triplet: 81, 50 and 2A. RGB value is (129,80,42). Sum of RGB (Red+Green+Blue) = 129+80+42=251 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.39% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 129 - color contains mainly: red. Hex color #81502A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81502A is #7EAFD5. Grayscale: #5A5A5A. Windows color (decimal): -8302550 or 2773121. OLE color: 2773121.

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

Color convert

RGB1298042-
CMYK00.380.670.49
HSL26.21º50.88%33.53%-
HSV(B)26.21º67.44%50.59%-
XYZ12.3410.573.58-
YUV90.32100.73155.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.39%
GREEN value IS 80 (31.64% from 255) = 31.87%
BLUE value IS 42 (16.80% from 255) = 16.73%
R=51.39%
G=31.87%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129804200.380.670.4926.2150.8833.53
Hex81502A02643311a3322
Octal2011205204610361326342
Binary1000000110100001010100100110100001111000111010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81502A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81502A; }

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

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

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

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

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

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

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

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