#884B2A

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

Shades of Korma #884B2A

Tints of Korma #884B2A

Color information

#884B2A (or 0x884B2A) is unknown color: approx Korma. HEX triplet: 88, 4B and 2A. RGB value is (136,75,42). Sum of RGB (Red+Green+Blue) = 136+75+42=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #884B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884B2A is #77B4D5. Grayscale: #595959. Windows color (decimal): -7845078 or 2771848. OLE color: 2771848.

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

Color convert

RGB1367542-
CMYK00.450.690.47
HSL21.06º52.81%34.9%-
HSV(B)21.06º69.12%53.33%-
XYZ13.0910.433.51-
YUV89.48101.21161.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.75%
GREEN value IS 75 (29.69% from 255) = 29.64%
BLUE value IS 42 (16.80% from 255) = 16.60%
R=53.75%
G=29.64%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136754200.450.690.4721.0652.8134.9
Hex884B2A02D452F153523
Octal2101135205510557256543
Binary1000100010010111010100101101100010110111110101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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