#81542D

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

Shades of Korma #81542D

Tints of Korma #81542D

Color information

#81542D (or 0x81542D) is unknown color: approx Korma. HEX triplet: 81, 54 and 2D. RGB value is (129,84,45). Sum of RGB (Red+Green+Blue) = 129+84+45=258 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 129 - color contains mainly: red. Hex color #81542D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81542D is #7EABD2. Grayscale: #5D5D5D. Windows color (decimal): -8301523 or 2970753. OLE color: 2970753.

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

Color convert

RGB1298445-
CMYK00.350.650.49
HSL27.86º48.28%34.12%-
HSV(B)27.86º65.12%50.59%-
XYZ12.711.23.97-
YUV93.01100.91153.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50%
GREEN value IS 84 (33.20% from 255) = 32.56%
BLUE value IS 45 (17.97% from 255) = 17.44%
R=50%
G=32.56%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129844500.350.650.4927.8648.2834.12
Hex81542D02341311c3022
Octal2011245504310161346042
Binary1000000110101001011010100011100000111000111100110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81542D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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