#884F24

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

Shades of Korma #884F24

Tints of Korma #884F24

Color information

#884F24 (or 0x884F24) is unknown color: approx Korma. HEX triplet: 88, 4F and 24. RGB value is (136,79,36). Sum of RGB (Red+Green+Blue) = 136+79+36=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 36 (14.45% from 255 or 14.34% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #884F24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884F24 is #77B0DB. Grayscale: #5B5B5B. Windows color (decimal): -7844060 or 2379656. OLE color: 2379656.

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

Color convert

RGB1367936-
CMYK00.420.740.47
HSL25.8º58.14%33.73%-
HSV(B)25.8º73.53%53.33%-
XYZ13.2710.953.08-
YUV91.1496.88160-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.18%
GREEN value IS 79 (31.25% from 255) = 31.47%
BLUE value IS 36 (14.45% from 255) = 14.34%
R=54.18%
G=31.47%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.74
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136793600.420.740.4725.858.1433.73
Hex884F2402A4A2F1a3a22
Octal2101174405211257327242
Binary1000100010011111001000101010100101010111111010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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