#8A5122

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

Shades of Korma #8A5122

Tints of Korma #8A5122

Color information

#8A5122 (or 0x8A5122) is unknown color: approx Korma. HEX triplet: 8A, 51 and 22. RGB value is (138,81,34). Sum of RGB (Red+Green+Blue) = 138+81+34=253 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.55% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 34 (13.67% from 255 or 13.44% from 253); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5122 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5122 is #75AEDD. Grayscale: #5C5C5C. Windows color (decimal): -7712478 or 2249098. OLE color: 2249098.

HSL color Cylindrical-coordinate representation of color #8A5122: hue angle of 27.12º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A5122 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.46.

Color convert

RGB1388134-
CMYK00.410.750.46
HSL27.12º60.47%33.73%-
HSV(B)27.12º75.36%54.12%-
XYZ13.7111.42.99-
YUV92.6894.88160.32-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.55%
GREEN value IS 81 (32.03% from 255) = 32.02%
BLUE value IS 34 (13.67% from 255) = 13.44%
R=54.55%
G=32.02%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138813400.410.750.4627.1260.4733.73
Hex8A51220294B2E1b3c22
Octal2121214205111356337442
Binary1000101010100011000100101001100101110111011011111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,81,34); }

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

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

 a { background-color: rgb(138,81,34); }

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

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

 span { border-color: rgb(138,81,34); }

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