#81522D

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

Shades of Korma #81522D

Tints of Korma #81522D

Color information

#81522D (or 0x81522D) is unknown color: approx Korma. HEX triplet: 81, 52 and 2D. RGB value is (129,82,45). Sum of RGB (Red+Green+Blue) = 129+82+45=256 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.39% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 129 - color contains mainly: red. Hex color #81522D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81522D is #7EADD2. Grayscale: #5C5C5C. Windows color (decimal): -8302035 or 2970241. OLE color: 2970241.

HSL color Cylindrical-coordinate representation of color #81522D: hue angle of 26.43º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #81522D is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB1298245-
CMYK00.360.650.49
HSL26.43º48.28%34.12%-
HSV(B)26.43º65.12%50.59%-
XYZ12.5410.893.92-
YUV91.84101.57154.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.39%
GREEN value IS 82 (32.42% from 255) = 32.03%
BLUE value IS 45 (17.97% from 255) = 17.58%
R=50.39%
G=32.03%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129824500.360.650.4926.4348.2834.12
Hex81522D02441311a3022
Octal2011225504410161326042
Binary1000000110100101011010100100100000111000111010110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81522D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81522D; }

 p { color: rgb(129,82,45); }

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

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

 a { background-color: rgb(129,82,45); }

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

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

 span { border-color: rgb(129,82,45); }

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