Html Css Color HEX #88472F Paarl

📋 copy color: '#88472F'

red 136 ◦ green 71 ◦ blue 47

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

Shades of Paarl #88472F

Tints of Paarl #88472F

RGB

 RED value IS 136 (53.52% from 255) = 53.54%

 GREEN value IS 71 (28.13% from 255) = 27.95%

 BLUE value IS 47 (18.75% from 255) = 18.5%

R = 53.54%
G = 27.95%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#88472F (or 0x88472F) is known color: Paarl. HEX triplet: 88, 47 and 2F. RGB value is (136,71,47). Sum of RGB (Red+Green+Blue) = 136+71+47=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #88472F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88472F is #77B8D0. Grayscale: #575757. Windows color (decimal): -7846097 or 3098504. OLE color: 3098504.

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

Color convert

RGB 136 71 47 -
CMYK 0 0.48 0.65 0.47
HSL 16.18º 0.49% 0.36% -
HSV(B) 16.18º 0.65% 0.53% -
XYZ 12.92 9.95 3.93 -
YUV 87.7 105.03 162.45 -
System Red Green Blue C M Y K H S L
Decimal 136 71 47 0 0.48 0.65 0.47 16.18 0.49 0.36
Hex 88 47 2F 0 30 41 2F 10 31 24
Octal 210 107 57 0 60 101 57 20 61 44
Binary 10001000 1000111 101111 0 110000 1000001 101111 10000 110001 100100

Color Harmonies of #88472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88472F

Black with #88472F

Text Example


Text Example

White with #88472F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88472F;
 }
 .AnyTagClassName
 {
   color: #88472F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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