#884F29

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

Shades of Korma #884F29

Tints of Korma #884F29

Color information

#884F29 (or 0x884F29) is unknown color: approx Korma. HEX triplet: 88, 4F and 29. RGB value is (136,79,41). Sum of RGB (Red+Green+Blue) = 136+79+41=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #884F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884F29 is #77B0D6. Grayscale: #5B5B5B. Windows color (decimal): -7844055 or 2707336. OLE color: 2707336.

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

Color convert

RGB1367941-
CMYK00.420.700.47
HSL24º53.67%34.71%-
HSV(B)24º69.85%53.33%-
XYZ13.3510.993.51-
YUV91.7199.38159.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.12%
GREEN value IS 79 (31.25% from 255) = 30.86%
BLUE value IS 41 (16.41% from 255) = 16.02%
R=53.12%
G=30.86%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136794100.420.700.472453.6734.71
Hex884F2902A462F183623
Octal2101175105210657306643
Binary1000100010011111010010101010100011010111111000110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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