#8C5023

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

Shades of Korma #8C5023

Tints of Korma #8C5023

Color information

#8C5023 (or 0x8C5023) is unknown color: approx Korma. HEX triplet: 8C, 50 and 23. RGB value is (140,80,35). Sum of RGB (Red+Green+Blue) = 140+80+35=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5023 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5023 is #73AFDC. Grayscale: #5D5D5D. Windows color (decimal): -7581661 or 2314380. OLE color: 2314380.

HSL color Cylindrical-coordinate representation of color #8C5023: hue angle of 25.71º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C5023 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.45.

Color convert

RGB1408035-
CMYK00.430.750.45
HSL25.71º60%34.31%-
HSV(B)25.71º75%54.9%-
XYZ13.9911.433.06-
YUV92.8195.38161.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 54.90%
GREEN value IS 80 (31.64% from 255) = 31.37%
BLUE value IS 35 (14.06% from 255) = 13.73%
R=54.90%
G=31.37%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.75
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140803500.430.750.4525.716034.31
Hex8C502302B4B2D1a3c22
Octal2141204305311355327442
Binary1000110010100001000110101011100101110110111010111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,80,35); }

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

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

 a { background-color: rgb(140,80,35); }

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

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

 span { border-color: rgb(140,80,35); }

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