#884f2c

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

Shades of Korma #884F2C

Tints of Korma #884F2C

Color information

#884F2C (or 0x884F2C) is unknown color: approx Korma. HEX triplet: 88, 4F and 2C. RGB value is (136,79,44). Sum of RGB (Red+Green+Blue) = 136+79+44=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #884F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884F2C is #77B0D3. Grayscale: #5C5C5C. Windows color (decimal): -7844052 or 2903944. OLE color: 2903944.

HSL color Cylindrical-coordinate representation of color #884F2C: hue angle of 22.83º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #884F2C is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB1367944-
CMYK00.420.680.47
HSL22.83º51.11%35.29%-
HSV(B)22.83º67.65%53.33%-
XYZ13.411.013.8-
YUV92.05100.88159.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.51%
GREEN value IS 79 (31.25% from 255) = 30.50%
BLUE value IS 44 (17.58% from 255) = 16.99%
R=52.51%
G=30.50%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136794400.420.680.4722.8351.1135.29
Hex884F2C02A442F173323
Octal2101175405210457276343
Binary1000100010011111011000101010100010010111110111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884f2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884f2c; }

 p { color: rgb(136,79,44); }

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

<style>
 a { background-color: #884f2c; }

 a { background-color: rgb(136,79,44); }

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

<style>
 span { border-color: #884f2c; }

 span { border-color: rgb(136,79,44); }

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