Html Css Color HEX #87482F Paarl

📋 copy color: '#87482F'

red 135 ◦ green 72 ◦ blue 47

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

Shades of Paarl #87482F

Tints of Paarl #87482F

RGB

 RED value IS 135 (53.13% from 255) = 53.15%

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

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

R = 53.15%
G = 28.35%
B = 18.5%

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

#87482F (or 0x87482F) is known color: Paarl. HEX triplet: 87, 48 and 2F. RGB value is (135,72,47). Sum of RGB (Red+Green+Blue) = 135+72+47=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #87482F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87482F is #78B7D0. Grayscale: #585858. Windows color (decimal): -7911377 or 3098759. OLE color: 3098759.

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

Color convert

RGB 135 72 47 -
CMYK 0 0.47 0.65 0.47
HSL 17.05º 0.48% 0.36% -
HSV(B) 17.05º 0.65% 0.53% -
XYZ 12.82 9.99 3.94 -
YUV 87.99 104.87 161.53 -
System Red Green Blue C M Y K H S L
Decimal 135 72 47 0 0.47 0.65 0.47 17.05 0.48 0.36
Hex 87 48 2F 0 2F 41 2F 11 30 24
Octal 207 110 57 0 57 101 57 21 60 44
Binary 10000111 1001000 101111 0 101111 1000001 101111 10001 110000 100100

Color Harmonies of #87482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87482F

Black with #87482F

Text Example


Text Example

White with #87482F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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