#884634

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

Shades of Paarl #884634

Tints of Paarl #884634

Color information

#884634 (or 0x884634) is unknown color: approx Paarl. HEX triplet: 88, 46 and 34. RGB value is (136,70,52). Sum of RGB (Red+Green+Blue) = 136+70+52=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 52 (20.70% from 255 or 20.16% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #884634 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884634 is #77B9CB. Grayscale: #575757. Windows color (decimal): -7846348 or 3425928. OLE color: 3425928.

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

Color convert

RGB1367052-
CMYK00.490.620.47
HSL12.86º44.68%36.86%-
HSV(B)12.86º61.76%53.33%-
XYZ12.969.864.47-
YUV87.68107.87162.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.71%
GREEN value IS 70 (27.73% from 255) = 27.13%
BLUE value IS 52 (20.70% from 255) = 20.16%
R=52.71%
G=27.13%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136705200.490.620.4712.8644.6836.86
Hex8846340313E2Fd2d25
Octal210106640617657155545
Binary10001000100011011010001100011111101011111101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884634; }

 p { color: rgb(136,70,52); }

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

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

 a { background-color: rgb(136,70,52); }

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

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

 span { border-color: rgb(136,70,52); }

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