#884C2A

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

Shades of Korma #884C2A

Tints of Korma #884C2A

Color information

#884C2A (or 0x884C2A) is unknown color: approx Korma. HEX triplet: 88, 4C and 2A. RGB value is (136,76,42). Sum of RGB (Red+Green+Blue) = 136+76+42=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #884C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884C2A is #77B3D5. Grayscale: #5A5A5A. Windows color (decimal): -7844822 or 2772104. OLE color: 2772104.

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

Color convert

RGB1367642-
CMYK00.440.690.47
HSL21.7º52.81%34.9%-
HSV(B)21.7º69.12%53.33%-
XYZ13.1610.573.54-
YUV90.06100.88160.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.54%
GREEN value IS 76 (30.08% from 255) = 29.92%
BLUE value IS 42 (16.80% from 255) = 16.54%
R=53.54%
G=29.92%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136764200.440.690.4721.752.8134.9
Hex884C2A02C452F163523
Octal2101145205410557266543
Binary1000100010011001010100101100100010110111110110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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