Html Css Color HEX #88523A Paarl

📋 copy color: '#88523A'

red 136 ◦ green 82 ◦ blue 58

#88523A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paarl #88523A

Tints of Paarl #88523A

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 value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#88523A (or 0x88523A) is known color: 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

RGB 136 82 58 -
CMYK 0 0.40 0.57 0.47
HSL 18.46º 0.4% 0.38% -
HSV(B) 18.46º 0.57% 0.53% -
XYZ 13.93 11.57 5.5 -
YUV 95.41 106.89 156.95 -
System Red Green Blue C M Y K H S L
Decimal 136 82 58 0 0.40 0.57 0.47 18.46 0.4 0.38
Hex 88 52 3A 0 28 39 2F 12 28 26
Octal 210 122 72 0 50 71 57 22 50 46
Binary 10001000 1010010 111010 0 101000 111001 101111 10010 101000 100110

Color Harmonies of #88523A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88523A

Black with #88523A

Text Example


Text Example

White with #88523A

Text Example


Text Example

HTML Codes & Css Web 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>