#8A5121

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

Shades of Korma #8A5121

Tints of Korma #8A5121

Color information

#8A5121 (or 0x8A5121) is unknown color: approx Korma. HEX triplet: 8A, 51 and 21. RGB value is (138,81,33). Sum of RGB (Red+Green+Blue) = 138+81+33=252 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.76% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5121 is #75AEDE. Grayscale: #5C5C5C. Windows color (decimal): -7712479 or 2183562. OLE color: 2183562.

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

Color convert

RGB1388133-
CMYK00.410.760.46
HSL27.43º61.4%33.53%-
HSV(B)27.43º76.09%54.12%-
XYZ13.711.42.92-
YUV92.5794.38160.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.76%
GREEN value IS 81 (32.03% from 255) = 32.14%
BLUE value IS 33 (13.28% from 255) = 13.10%
R=54.76%
G=32.14%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.76
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138813300.410.760.4627.4361.433.53
Hex8A51210294C2E1b3d22
Octal2121214105111456337542
Binary1000101010100011000010101001100110010111011011111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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