#884730

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

Shades of Paarl #884730

Tints of Paarl #884730

Color information

#884730 (or 0x884730) is unknown color: approx Paarl. HEX triplet: 88, 47 and 30. RGB value is (136,71,48). Sum of RGB (Red+Green+Blue) = 136+71+48=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #884730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884730 is #77B8CF. Grayscale: #575757. Windows color (decimal): -7846096 or 3164040. OLE color: 3164040.

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

Color convert

RGB1367148-
CMYK00.480.650.47
HSL15.68º47.83%36.08%-
HSV(B)15.68º64.71%53.33%-
XYZ12.949.954.04-
YUV87.81105.53162.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.33%
GREEN value IS 71 (28.12% from 255) = 27.84%
BLUE value IS 48 (19.14% from 255) = 18.82%
R=53.33%
G=27.84%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136714800.480.650.4715.6847.8336.08
Hex884730030412F103024
Octal2101076006010157206044
Binary1000100010001111100000110000100000110111110000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884730; }

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

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

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

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

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

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

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

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