Html Css Color HEX #87462F Paarl

📋 copy color: '#87462F'

red 135 ◦ green 70 ◦ blue 47

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

Shades of Paarl #87462F

Tints of Paarl #87462F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.78%

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

R = 53.57%
G = 27.78%
B = 18.65%

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

#87462F (or 0x87462F) is known color: Paarl. HEX triplet: 87, 46 and 2F. RGB value is (135,70,47). Sum of RGB (Red+Green+Blue) = 135+70+47=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #87462F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87462F is #78B9D0. Grayscale: #565656. Windows color (decimal): -7911889 or 3098247. OLE color: 3098247.

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

Color convert

RGB 135 70 47 -
CMYK 0 0.48 0.65 0.47
HSL 15.68º 0.48% 0.36% -
HSV(B) 15.68º 0.65% 0.53% -
XYZ 12.69 9.74 3.9 -
YUV 86.81 105.53 162.37 -
System Red Green Blue C M Y K H S L
Decimal 135 70 47 0 0.48 0.65 0.47 15.68 0.48 0.36
Hex 87 46 2F 0 30 41 2F 10 30 24
Octal 207 106 57 0 60 101 57 20 60 44
Binary 10000111 1000110 101111 0 110000 1000001 101111 10000 110000 100100

Color Harmonies of #87462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87462F

Black with #87462F

Text Example


Text Example

White with #87462F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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