#8a4c23

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

Shades of Korma #8A4C23

Tints of Korma #8A4C23

Color information

#8A4C23 (or 0x8A4C23) is unknown color: approx Korma. HEX triplet: 8A, 4C and 23. RGB value is (138,76,35). Sum of RGB (Red+Green+Blue) = 138+76+35=249 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.42% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4C23 is #75B3DC. Grayscale: #5A5A5A. Windows color (decimal): -7713757 or 2313354. OLE color: 2313354.

HSL color Cylindrical-coordinate representation of color #8A4C23: hue angle of 23.88º 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 #8A4C23 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.46.

Color convert

RGB1387635-
CMYK00.450.750.46
HSL23.88º59.54%33.92%-
HSV(B)23.88º74.64%54.12%-
XYZ13.3710.692.95-
YUV89.8697.04162.33-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 55.42%
GREEN value IS 76 (30.08% from 255) = 30.52%
BLUE value IS 35 (14.06% from 255) = 14.06%
R=55.42%
G=30.52%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138763500.450.750.4623.8859.5433.92
Hex8A4C2302D4B2E183c22
Octal2121144305511356307442
Binary1000101010011001000110101101100101110111011000111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a4c23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,76,35); }

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

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

 a { background-color: rgb(138,76,35); }

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

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

 span { border-color: rgb(138,76,35); }

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