#88482F

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

Shades of Paarl #88482F

Tints of Paarl #88482F

Color information

#88482F (or 0x88482F) is unknown color: approx Paarl. HEX triplet: 88, 48 and 2F. RGB value is (136,72,47). Sum of RGB (Red+Green+Blue) = 136+72+47=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #88482F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88482F is #77B7D0. Grayscale: #585858. Windows color (decimal): -7845841 or 3098760. OLE color: 3098760.

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

Color convert

RGB1367247-
CMYK00.470.650.47
HSL16.85º48.63%35.88%-
HSV(B)16.85º65.44%53.33%-
XYZ12.9810.073.95-
YUV88.29104.7162.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.33%
GREEN value IS 72 (28.52% from 255) = 28.24%
BLUE value IS 47 (18.75% from 255) = 18.43%
R=53.33%
G=28.24%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136724700.470.650.4716.8548.6335.88
Hex88482F02F412F113124
Octal2101105705710157216144
Binary1000100010010001011110101111100000110111110001110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88482F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88482F; }

 p { color: rgb(136,72,47); }

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

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

 a { background-color: rgb(136,72,47); }

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

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

 span { border-color: rgb(136,72,47); }

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