#884E2B

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

Shades of Korma #884E2B

Tints of Korma #884E2B

Color information

#884E2B (or 0x884E2B) is unknown color: approx Korma. HEX triplet: 88, 4E and 2B. RGB value is (136,78,43). Sum of RGB (Red+Green+Blue) = 136+78+43=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #884E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884E2B is #77B1D4. Grayscale: #5B5B5B. Windows color (decimal): -7844309 or 2838152. OLE color: 2838152.

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

Color convert

RGB1367843-
CMYK00.430.680.47
HSL22.58º51.96%35.1%-
HSV(B)22.58º68.38%53.33%-
XYZ13.3110.863.68-
YUV91.35100.72159.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.92%
GREEN value IS 78 (30.86% from 255) = 30.35%
BLUE value IS 43 (17.19% from 255) = 16.73%
R=52.92%
G=30.35%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136784300.430.680.4722.5851.9635.1
Hex884E2B02B442F173423
Octal2101165305310457276443
Binary1000100010011101010110101011100010010111110111110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,78,43); }

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

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

 a { background-color: rgb(136,78,43); }

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

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

 span { border-color: rgb(136,78,43); }

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