#8A542E

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

Shades of Korma #8A542E

Tints of Korma #8A542E

Color information

#8A542E (or 0x8A542E) is unknown color: approx Korma. HEX triplet: 8A, 54 and 2E. RGB value is (138,84,46). Sum of RGB (Red+Green+Blue) = 138+84+46=268 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.49% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 138 - color contains mainly: red. Hex color #8A542E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A542E is #75ABD1. Grayscale: #606060. Windows color (decimal): -7711698 or 3036298. OLE color: 3036298.

HSL color Cylindrical-coordinate representation of color #8A542E: hue angle of 24.78º degrees, saturation: 0.5, 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 #8A542E is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB1388446-
CMYK00.390.670.46
HSL24.78º50%36.08%-
HSV(B)24.78º66.67%54.12%-
XYZ14.1411.944.14-
YUV95.8199.89158.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.49%
GREEN value IS 84 (33.20% from 255) = 31.34%
BLUE value IS 46 (18.36% from 255) = 17.16%
R=51.49%
G=31.34%
B=17.16%

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
Decimal138844600.390.670.4624.785036.08
Hex8A542E027432E193224
Octal2121245604710356316244
Binary1000101010101001011100100111100001110111011001110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A542E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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