#884C2B

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

Shades of Korma #884C2B

Tints of Korma #884C2B

Color information

#884C2B (or 0x884C2B) is unknown color: approx Korma. HEX triplet: 88, 4C and 2B. RGB value is (136,76,43). Sum of RGB (Red+Green+Blue) = 136+76+43=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #884C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884C2B is #77B3D4. Grayscale: #5A5A5A. Windows color (decimal): -7844821 or 2837640. OLE color: 2837640.

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

Color convert

RGB1367643-
CMYK00.440.680.47
HSL21.29º51.96%35.1%-
HSV(B)21.29º68.38%53.33%-
XYZ13.1710.583.63-
YUV90.18101.38160.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.33%
GREEN value IS 76 (30.08% from 255) = 29.80%
BLUE value IS 43 (17.19% from 255) = 16.86%
R=53.33%
G=29.80%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136764300.440.680.4721.2951.9635.1
Hex884C2B02C442F153423
Octal2101145305410457256443
Binary1000100010011001010110101100100010010111110101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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