#88492C

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

Shades of Paarl #88492C

Tints of Paarl #88492C

Color information

#88492C (or 0x88492C) is unknown color: approx Paarl. HEX triplet: 88, 49 and 2C. RGB value is (136,73,44). Sum of RGB (Red+Green+Blue) = 136+73+44=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #88492C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88492C is #77B6D3. Grayscale: #585858. Windows color (decimal): -7845588 or 2902408. OLE color: 2902408.

HSL color Cylindrical-coordinate representation of color #88492C: hue angle of 18.91º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #88492C is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB1367344-
CMYK00.460.680.47
HSL18.91º51.11%35.29%-
HSV(B)18.91º67.65%53.33%-
XYZ12.9910.183.66-
YUV88.53102.87161.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.75%
GREEN value IS 73 (28.91% from 255) = 28.85%
BLUE value IS 44 (17.58% from 255) = 17.39%
R=53.75%
G=28.85%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136734400.460.680.4718.9151.1135.29
Hex88492C02E442F133323
Octal2101115405610457236343
Binary1000100010010011011000101110100010010111110011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88492C; }

 p { color: rgb(136,73,44); }

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

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

 a { background-color: rgb(136,73,44); }

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

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

 span { border-color: rgb(136,73,44); }

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