#884A2C

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

Shades of Korma #884A2C

Tints of Korma #884A2C

Color information

#884A2C (or 0x884A2C) is unknown color: approx Korma. HEX triplet: 88, 4A and 2C. RGB value is (136,74,44). Sum of RGB (Red+Green+Blue) = 136+74+44=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #884A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884A2C is #77B5D3. Grayscale: #595959. Windows color (decimal): -7845332 or 2902664. OLE color: 2902664.

HSL color Cylindrical-coordinate representation of color #884A2C: hue angle of 19.57º 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 #884A2C is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB1367444-
CMYK00.460.680.47
HSL19.57º51.11%35.29%-
HSV(B)19.57º67.65%53.33%-
XYZ13.0610.313.69-
YUV89.12102.54161.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.54%
GREEN value IS 74 (29.30% from 255) = 29.13%
BLUE value IS 44 (17.58% from 255) = 17.32%
R=53.54%
G=29.13%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136744400.460.680.4719.5751.1135.29
Hex884A2C02E442F143323
Octal2101125405610457246343
Binary1000100010010101011000101110100010010111110100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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