#8A4F27

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

Shades of Korma #8A4F27

Tints of Korma #8A4F27

Color information

#8A4F27 (or 0x8A4F27) is unknown color: approx Korma. HEX triplet: 8A, 4F and 27. RGB value is (138,79,39). Sum of RGB (Red+Green+Blue) = 138+79+39=256 (33% of max value = 765). Red value is 138 (54.30% from 255 or 53.91% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A4F27 is #75B0D8. Grayscale: #5C5C5C. Windows color (decimal): -7712985 or 2576266. OLE color: 2576266.

HSL color Cylindrical-coordinate representation of color #8A4F27: hue angle of 24.24º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A4F27 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB1387939-
CMYK00.430.720.46
HSL24.24º55.93%34.71%-
HSV(B)24.24º71.74%54.12%-
XYZ13.6411.143.35-
YUV92.0898.05160.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 53.91%
GREEN value IS 79 (31.25% from 255) = 30.86%
BLUE value IS 39 (15.62% from 255) = 15.23%
R=53.91%
G=30.86%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138793900.430.720.4624.2455.9334.71
Hex8A4F2702B482E183823
Octal2121174705311056307043
Binary1000101010011111001110101011100100010111011000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,79,39); }

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

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

 a { background-color: rgb(138,79,39); }

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

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

 span { border-color: rgb(138,79,39); }

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