#88492F

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

Shades of Paarl #88492F

Tints of Paarl #88492F

Color information

#88492F (or 0x88492F) is unknown color: approx Paarl. HEX triplet: 88, 49 and 2F. RGB value is (136,73,47). Sum of RGB (Red+Green+Blue) = 136+73+47=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #88492F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88492F is #77B6D0. Grayscale: #595959. Windows color (decimal): -7845585 or 3099016. OLE color: 3099016.

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

Color convert

RGB1367347-
CMYK00.460.650.47
HSL17.53º48.63%35.88%-
HSV(B)17.53º65.44%53.33%-
XYZ13.0510.23.97-
YUV88.87104.37161.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.12%
GREEN value IS 73 (28.91% from 255) = 28.52%
BLUE value IS 47 (18.75% from 255) = 18.36%
R=53.12%
G=28.52%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136734700.460.650.4717.5348.6335.88
Hex88492F02E412F123124
Octal2101115705610157226144
Binary1000100010010011011110101110100000110111110010110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88492F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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