#884632

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

Shades of Paarl #884632

Tints of Paarl #884632

Color information

#884632 (or 0x884632) is unknown color: approx Paarl. HEX triplet: 88, 46 and 32. RGB value is (136,70,50). Sum of RGB (Red+Green+Blue) = 136+70+50=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #884632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884632 is #77B9CD. Grayscale: #575757. Windows color (decimal): -7846350 or 3294856. OLE color: 3294856.

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

Color convert

RGB1367050-
CMYK00.490.630.47
HSL13.95º46.24%36.47%-
HSV(B)13.95º63.24%53.33%-
XYZ12.929.844.24-
YUV87.45106.87162.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.12%
GREEN value IS 70 (27.73% from 255) = 27.34%
BLUE value IS 50 (19.92% from 255) = 19.53%
R=53.12%
G=27.34%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136705000.490.630.4713.9546.2436.47
Hex8846320313F2Fe2e24
Octal210106620617757165644
Binary10001000100011011001001100011111111011111110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884632; }

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

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

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

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

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

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

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

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