#81502B

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

Shades of Korma #81502B

Tints of Korma #81502B

Color information

#81502B (or 0x81502B) is unknown color: approx Korma. HEX triplet: 81, 50 and 2B. RGB value is (129,80,43). Sum of RGB (Red+Green+Blue) = 129+80+43=252 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.19% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 129 - color contains mainly: red. Hex color #81502B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81502B is #7EAFD4. Grayscale: #5A5A5A. Windows color (decimal): -8302549 or 2838657. OLE color: 2838657.

HSL color Cylindrical-coordinate representation of color #81502B: hue angle of 25.81º degrees, saturation: 0.5, 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 #81502B is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB1298043-
CMYK00.380.670.49
HSL25.81º50%33.73%-
HSV(B)25.81º66.67%50.59%-
XYZ12.3610.583.68-
YUV90.43101.23155.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.19%
GREEN value IS 80 (31.64% from 255) = 31.75%
BLUE value IS 43 (17.19% from 255) = 17.06%
R=51.19%
G=31.75%
B=17.06%

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
Decimal129804300.380.670.4925.815033.73
Hex81502B02643311a3222
Octal2011205304610361326242
Binary1000000110100001010110100110100001111000111010110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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