Html Css Color HEX #88482B Paarl

📋 copy color: '#88482B'

red 136 ◦ green 72 ◦ blue 43

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

Shades of Paarl #88482B

Tints of Paarl #88482B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.13%

R = 54.18%
G = 28.69%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#88482B (or 0x88482B) is known color: Paarl. HEX triplet: 88, 48 and 2B. RGB value is (136,72,43). Sum of RGB (Red+Green+Blue) = 136+72+43=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #88482B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88482B is #77B7D4. Grayscale: #585858. Windows color (decimal): -7845845 or 2836616. OLE color: 2836616.

HSL color Cylindrical-coordinate representation of color #88482B: hue angle of 18.71º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #88482B is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 72 43 -
CMYK 0 0.47 0.68 0.47
HSL 18.71º 0.52% 0.35% -
HSV(B) 18.71º 0.68% 0.53% -
XYZ 12.91 10.04 3.54 -
YUV 87.83 102.7 162.36 -
System Red Green Blue C M Y K H S L
Decimal 136 72 43 0 0.47 0.68 0.47 18.71 0.52 0.35
Hex 88 48 2B 0 2F 44 2F 13 34 23
Octal 210 110 53 0 57 104 57 23 64 43
Binary 10001000 1001000 101011 0 101111 1000100 101111 10011 110100 100011

Color Harmonies of #88482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88482B

Black with #88482B

Text Example


Text Example

White with #88482B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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