#884D35

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

Shades of Paarl #884D35

Tints of Paarl #884D35

Color information

#884D35 (or 0x884D35) is unknown color: approx Paarl. HEX triplet: 88, 4D and 35. RGB value is (136,77,53). Sum of RGB (Red+Green+Blue) = 136+77+53=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #884D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884D35 is #77B2CA. Grayscale: #5C5C5C. Windows color (decimal): -7844555 or 3493256. OLE color: 3493256.

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

Color convert

RGB1367753-
CMYK00.430.610.47
HSL17.35º43.92%37.06%-
HSV(B)17.35º61.03%53.33%-
XYZ13.4510.84.74-
YUV91.9106.05159.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.13%
GREEN value IS 77 (30.47% from 255) = 28.95%
BLUE value IS 53 (21.09% from 255) = 19.92%
R=51.13%
G=28.95%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136775300.430.610.4717.3543.9237.06
Hex884D3502B3D2F112c25
Octal210115650537557215445
Binary100010001001101110101010101111110110111110001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,77,53); }

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

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

 a { background-color: rgb(136,77,53); }

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

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

 span { border-color: rgb(136,77,53); }

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