#8A4F25

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

Shades of Korma #8A4F25

Tints of Korma #8A4F25

Color information

#8A4F25 (or 0x8A4F25) is unknown color: approx Korma. HEX triplet: 8A, 4F and 25. RGB value is (138,79,37). Sum of RGB (Red+Green+Blue) = 138+79+37=254 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.33% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 37 (14.84% from 255 or 14.57% from 254); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A4F25 is #75B0DA. Grayscale: #5C5C5C. Windows color (decimal): -7712987 or 2445194. OLE color: 2445194.

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

Color convert

RGB1387937-
CMYK00.430.730.46
HSL24.95º57.71%34.31%-
HSV(B)24.95º73.19%54.12%-
XYZ13.6111.133.18-
YUV91.8597.05160.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.33%
GREEN value IS 79 (31.25% from 255) = 31.10%
BLUE value IS 37 (14.84% from 255) = 14.57%
R=54.33%
G=31.10%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.73
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138793700.430.730.4624.9557.7134.31
Hex8A4F2502B492E193a22
Octal2121174505311156317242
Binary1000101010011111001010101011100100110111011001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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