#884E3A

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

Shades of Paarl #884E3A

Tints of Paarl #884E3A

Color information

#884E3A (or 0x884E3A) is unknown color: approx Paarl. HEX triplet: 88, 4E and 3A. RGB value is (136,78,58). Sum of RGB (Red+Green+Blue) = 136+78+58=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #884E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884E3A is #77B1C5. Grayscale: #5D5D5D. Windows color (decimal): -7844294 or 3821192. OLE color: 3821192.

HSL color Cylindrical-coordinate representation of color #884E3A: hue angle of 15.38º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #884E3A is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1367858-
CMYK00.430.570.47
HSL15.38º40.21%38.04%-
HSV(B)15.38º57.35%53.33%-
XYZ13.6410.995.4-
YUV93.06108.22158.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50%
GREEN value IS 78 (30.86% from 255) = 28.68%
BLUE value IS 58 (23.05% from 255) = 21.32%
R=50%
G=28.68%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136785800.430.570.4715.3840.2138.04
Hex884E3A02B392Ff2826
Octal210116720537157175046
Binary10001000100111011101001010111110011011111111101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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