#884935

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

Shades of Paarl #884935

Tints of Paarl #884935

Color information

#884935 (or 0x884935) is unknown color: approx Paarl. HEX triplet: 88, 49 and 35. RGB value is (136,73,53). Sum of RGB (Red+Green+Blue) = 136+73+53=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #884935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884935 is #77B6CA. Grayscale: #595959. Windows color (decimal): -7845579 or 3492232. OLE color: 3492232.

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

Color convert

RGB1367353-
CMYK00.460.610.47
HSL14.46º43.92%37.06%-
HSV(B)14.46º61.03%53.33%-
XYZ13.1810.264.65-
YUV89.56107.37161.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.91%
GREEN value IS 73 (28.91% from 255) = 27.86%
BLUE value IS 53 (21.09% from 255) = 20.23%
R=51.91%
G=27.86%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136735300.460.610.4714.4643.9237.06
Hex88493502E3D2Fe2c25
Octal210111650567557165445
Binary10001000100100111010101011101111011011111110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884935; }

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

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

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

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

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

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

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

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