#88513A

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

Shades of Paarl #88513A

Tints of Paarl #88513A

Color information

#88513A (or 0x88513A) is unknown color: approx Paarl. HEX triplet: 88, 51 and 3A. RGB value is (136,81,58). Sum of RGB (Red+Green+Blue) = 136+81+58=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #88513A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88513A is #77AEC5. Grayscale: #5E5E5E. Windows color (decimal): -7843526 or 3821960. OLE color: 3821960.

HSL color Cylindrical-coordinate representation of color #88513A: hue angle of 17.69º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #88513A is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1368158-
CMYK00.400.570.47
HSL17.69º40.21%38.04%-
HSV(B)17.69º57.35%53.33%-
XYZ13.8611.425.48-
YUV94.82107.22157.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.45%
GREEN value IS 81 (32.03% from 255) = 29.45%
BLUE value IS 58 (23.05% from 255) = 21.09%
R=49.45%
G=29.45%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136815800.400.570.4717.6940.2138.04
Hex88513A028392F122826
Octal210121720507157225046
Binary100010001010001111010010100011100110111110010101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88513A; }

 p { color: rgb(136,81,58); }

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

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

 a { background-color: rgb(136,81,58); }

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

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

 span { border-color: rgb(136,81,58); }

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