Html Css Color HEX #88482D Paarl

📋 copy color: '#88482D'

red 136 ◦ green 72 ◦ blue 45

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

Shades of Paarl #88482D

Tints of Paarl #88482D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.79%

R = 53.75%
G = 28.46%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#88482D (or 0x88482D) is known color: Paarl. HEX triplet: 88, 48 and 2D. RGB value is (136,72,45). Sum of RGB (Red+Green+Blue) = 136+72+45=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #88482D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88482D is #77B7D2. Grayscale: #585858. Windows color (decimal): -7845843 or 2967688. OLE color: 2967688.

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

Color convert

RGB 136 72 45 -
CMYK 0 0.47 0.67 0.47
HSL 17.8º 0.5% 0.35% -
HSV(B) 17.8º 0.67% 0.53% -
XYZ 12.94 10.06 3.74 -
YUV 88.06 103.7 162.2 -
System Red Green Blue C M Y K H S L
Decimal 136 72 45 0 0.47 0.67 0.47 17.8 0.5 0.35
Hex 88 48 2D 0 2F 43 2F 12 32 23
Octal 210 110 55 0 57 103 57 22 62 43
Binary 10001000 1001000 101101 0 101111 1000011 101111 10010 110010 100011

Color Harmonies of #88482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88482D

Black with #88482D

Text Example


Text Example

White with #88482D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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