#884630

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

Shades of Paarl #884630

Tints of Paarl #884630

Color information

#884630 (or 0x884630) is unknown color: approx Paarl. HEX triplet: 88, 46 and 30. RGB value is (136,70,48). Sum of RGB (Red+Green+Blue) = 136+70+48=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #884630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884630 is #77B9CF. Grayscale: #575757. Windows color (decimal): -7846352 or 3163784. OLE color: 3163784.

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

Color convert

RGB1367048-
CMYK00.490.650.47
HSL15º47.83%36.08%-
HSV(B)15º64.71%53.33%-
XYZ12.889.834.01-
YUV87.23105.87162.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.54%
GREEN value IS 70 (27.73% from 255) = 27.56%
BLUE value IS 48 (19.14% from 255) = 18.90%
R=53.54%
G=27.56%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136704800.490.650.471547.8336.08
Hex884630031412Ff3024
Octal2101066006110157176044
Binary100010001000110110000011000110000011011111111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884630; }

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

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

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

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

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

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

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

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