Html Css Color HEX #88482F Paarl

📋 copy color: '#88482F'

red 136 ◦ green 72 ◦ blue 47

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

Shades of Paarl #88482F

Tints of Paarl #88482F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.24%

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

R = 53.33%
G = 28.24%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#88482F (or 0x88482F) is known color: Paarl. HEX triplet: 88, 48 and 2F. RGB value is (136,72,47). Sum of RGB (Red+Green+Blue) = 136+72+47=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #88482F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88482F is #77B7D0. Grayscale: #585858. Windows color (decimal): -7845841 or 3098760. OLE color: 3098760.

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

Color convert

RGB 136 72 47 -
CMYK 0 0.47 0.65 0.47
HSL 16.85º 0.49% 0.36% -
HSV(B) 16.85º 0.65% 0.53% -
XYZ 12.98 10.07 3.95 -
YUV 88.29 104.7 162.03 -
System Red Green Blue C M Y K H S L
Decimal 136 72 47 0 0.47 0.65 0.47 16.85 0.49 0.36
Hex 88 48 2F 0 2F 41 2F 11 31 24
Octal 210 110 57 0 57 101 57 21 61 44
Binary 10001000 1001000 101111 0 101111 1000001 101111 10001 110001 100100

Color Harmonies of #88482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88482F

Black with #88482F

Text Example


Text Example

White with #88482F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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