#884B2E

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

Shades of Paarl #884B2E

Tints of Paarl #884B2E

Color information

#884B2E (or 0x884B2E) is unknown color: approx Paarl. HEX triplet: 88, 4B and 2E. RGB value is (136,75,46). Sum of RGB (Red+Green+Blue) = 136+75+46=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #884B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884B2E is #77B4D1. Grayscale: #5A5A5A. Windows color (decimal): -7845074 or 3033992. OLE color: 3033992.

HSL color Cylindrical-coordinate representation of color #884B2E: hue angle of 19.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #884B2E is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1367546-
CMYK00.450.660.47
HSL19.33º49.45%35.69%-
HSV(B)19.33º66.18%53.33%-
XYZ13.1610.463.91-
YUV89.93103.21160.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.92%
GREEN value IS 75 (29.69% from 255) = 29.18%
BLUE value IS 46 (18.36% from 255) = 17.90%
R=52.92%
G=29.18%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136754600.450.660.4719.3349.4535.69
Hex884B2E02D422F133124
Octal2101135605510257236144
Binary1000100010010111011100101101100001010111110011110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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