#8c5125

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

Shades of Korma #8C5125

Tints of Korma #8C5125

Color information

#8C5125 (or 0x8C5125) is unknown color: approx Korma. HEX triplet: 8C, 51 and 25. RGB value is (140,81,37). Sum of RGB (Red+Green+Blue) = 140+81+37=258 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.26% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5125 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5125 is #73AEDA. Grayscale: #5D5D5D. Windows color (decimal): -7581403 or 2445708. OLE color: 2445708.

HSL color Cylindrical-coordinate representation of color #8C5125: hue angle of 25.63º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C5125 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB1408137-
CMYK00.420.740.45
HSL25.63º58.19%34.71%-
HSV(B)25.63º73.57%54.9%-
XYZ14.0911.593.25-
YUV93.6296.05161.08-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 54.26%
GREEN value IS 81 (32.03% from 255) = 31.40%
BLUE value IS 37 (14.84% from 255) = 14.34%
R=54.26%
G=31.40%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140813700.420.740.4525.6358.1934.71
Hex8C512502A4A2D1a3a23
Octal2141214505211255327243
Binary1000110010100011001010101010100101010110111010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c5125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,81,37); }

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

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

 a { background-color: rgb(140,81,37); }

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

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

 span { border-color: rgb(140,81,37); }

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