#8A542C

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

Shades of Korma #8A542C

Tints of Korma #8A542C

Color information

#8A542C (or 0x8A542C) is unknown color: approx Korma. HEX triplet: 8A, 54 and 2C. RGB value is (138,84,44). Sum of RGB (Red+Green+Blue) = 138+84+44=266 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.88% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 138 - color contains mainly: red. Hex color #8A542C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A542C is #75ABD3. Grayscale: #5F5F5F. Windows color (decimal): -7711700 or 2905226. OLE color: 2905226.

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

Color convert

RGB1388444-
CMYK00.390.680.46
HSL25.53º51.65%35.69%-
HSV(B)25.53º68.12%54.12%-
XYZ14.1111.933.94-
YUV95.5998.89158.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.88%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 44 (17.58% from 255) = 16.54%
R=51.88%
G=31.58%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138844400.390.680.4625.5351.6535.69
Hex8A542C027442E1a3424
Octal2121245404710456326444
Binary1000101010101001011000100111100010010111011010110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A542C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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