#88523A

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

Shades of Paarl #88523A

Tints of Paarl #88523A

Color information

#88523A (or 0x88523A) is unknown color: approx Paarl. HEX triplet: 88, 52 and 3A. RGB value is (136,82,58). Sum of RGB (Red+Green+Blue) = 136+82+58=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #88523A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88523A is #77ADC5. Grayscale: #5F5F5F. Windows color (decimal): -7843270 or 3822216. OLE color: 3822216.

HSL color Cylindrical-coordinate representation of color #88523A: hue angle of 18.46º 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 #88523A is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1368258-
CMYK00.400.570.47
HSL18.46º40.21%38.04%-
HSV(B)18.46º57.35%53.33%-
XYZ13.9311.575.5-
YUV95.41106.89156.95-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.28%
GREEN value IS 82 (32.42% from 255) = 29.71%
BLUE value IS 58 (23.05% from 255) = 21.01%
R=49.28%
G=29.71%
B=21.01%

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
Decimal136825800.400.570.4718.4640.2138.04
Hex88523A028392F122826
Octal210122720507157225046
Binary100010001010010111010010100011100110111110010101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88523A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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