#8A542D

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

Shades of Korma #8A542D

Tints of Korma #8A542D

Color information

#8A542D (or 0x8A542D) is unknown color: approx Korma. HEX triplet: 8A, 54 and 2D. RGB value is (138,84,45). Sum of RGB (Red+Green+Blue) = 138+84+45=267 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.69% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 138 - color contains mainly: red. Hex color #8A542D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A542D is #75ABD2. Grayscale: #5F5F5F. Windows color (decimal): -7711699 or 2970762. OLE color: 2970762.

HSL color Cylindrical-coordinate representation of color #8A542D: hue angle of 25.16º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A542D is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB1388445-
CMYK00.390.670.46
HSL25.16º50.82%35.88%-
HSV(B)25.16º67.39%54.12%-
XYZ14.1311.934.04-
YUV95.799.39158.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.69%
GREEN value IS 84 (33.20% from 255) = 31.46%
BLUE value IS 45 (17.97% from 255) = 16.85%
R=51.69%
G=31.46%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138844500.390.670.4625.1650.8235.88
Hex8A542D027432E193324
Octal2121245504710356316344
Binary1000101010101001011010100111100001110111011001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A542D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A542D; }

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

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

<style>
 a { background-color: #8A542D; }

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

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

<style>
 span { border-color: #8A542D; }

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

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