#884929

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

Shades of Korma #884929

Tints of Korma #884929

Color information

#884929 (or 0x884929) is unknown color: approx Korma. HEX triplet: 88, 49 and 29. RGB value is (136,73,41). Sum of RGB (Red+Green+Blue) = 136+73+41=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 41 (16.41% from 255 or 16.4% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #884929 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884929 is #77B6D6. Grayscale: #585858. Windows color (decimal): -7845591 or 2705800. OLE color: 2705800.

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

Color convert

RGB1367341-
CMYK00.460.700.47
HSL20.21º53.67%34.71%-
HSV(B)20.21º69.85%53.33%-
XYZ12.9410.163.38-
YUV88.19101.37162.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.4%
GREEN value IS 73 (28.91% from 255) = 29.2%
BLUE value IS 41 (16.41% from 255) = 16.4%
R=54.4%
G=29.2%
B=16.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136734100.460.700.4720.2153.6734.71
Hex88492902E462F143623
Octal2101115105610657246643
Binary1000100010010011010010101110100011010111110100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884929; }

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

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

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

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

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

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

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

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