#884835

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

Shades of Paarl #884835

Tints of Paarl #884835

Color information

#884835 (or 0x884835) is unknown color: approx Paarl. HEX triplet: 88, 48 and 35. RGB value is (136,72,53). Sum of RGB (Red+Green+Blue) = 136+72+53=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #884835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884835 is #77B7CA. Grayscale: #595959. Windows color (decimal): -7845835 or 3491976. OLE color: 3491976.

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

Color convert

RGB1367253-
CMYK00.470.610.47
HSL13.73º43.92%37.06%-
HSV(B)13.73º61.03%53.33%-
XYZ13.1110.134.63-
YUV88.97107.7161.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.11%
GREEN value IS 72 (28.52% from 255) = 27.59%
BLUE value IS 53 (21.09% from 255) = 20.31%
R=52.11%
G=27.59%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136725300.470.610.4713.7343.9237.06
Hex88483502F3D2Fe2c25
Octal210110650577557165445
Binary10001000100100011010101011111111011011111110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884835; }

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

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

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

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

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

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

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

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