#81532D

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

Shades of Korma #81532D

Tints of Korma #81532D

Color information

#81532D (or 0x81532D) is unknown color: approx Korma. HEX triplet: 81, 53 and 2D. RGB value is (129,83,45). Sum of RGB (Red+Green+Blue) = 129+83+45=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #81532D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81532D is #7EACD2. Grayscale: #5C5C5C. Windows color (decimal): -8301779 or 2970497. OLE color: 2970497.

HSL color Cylindrical-coordinate representation of color #81532D: hue angle of 27.14º 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 #81532D is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB1298345-
CMYK00.360.650.49
HSL27.14º48.28%34.12%-
HSV(B)27.14º65.12%50.59%-
XYZ12.6211.043.95-
YUV92.42101.24154.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.19%
GREEN value IS 83 (32.81% from 255) = 32.30%
BLUE value IS 45 (17.97% from 255) = 17.51%
R=50.19%
G=32.30%
B=17.51%

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
Decimal129834500.360.650.4927.1448.2834.12
Hex81532D02441311b3022
Octal2011235504410161336042
Binary1000000110100111011010100100100000111000111011110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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