Html Css Color HEX #8D4E35 Paarl

📋 copy color: '#8D4E35'

red 141 ◦ green 78 ◦ blue 53

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

Shades of Paarl #8D4E35

Tints of Paarl #8D4E35

RGB

 RED value IS 141 (55.47% from 255) = 51.84%

 GREEN value IS 78 (30.86% from 255) = 28.68%

 BLUE value IS 53 (21.09% from 255) = 19.49%

R = 51.84%
G = 28.68%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.45

RGB Variations

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

Color information

#8D4E35 (or 0x8D4E35) is known color: Paarl. HEX triplet: 8D, 4E and 35. RGB value is (141,78,53). Sum of RGB (Red+Green+Blue) = 141+78+53=272 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.84% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 53 (21.09% from 255 or 19.49% from 272); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D4E35 is #72B1CA. Grayscale: #5E5E5E. Windows color (decimal): -7516619 or 3493517. OLE color: 3493517.

HSL color Cylindrical-coordinate representation of color #8D4E35: hue angle of 17.05º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D4E35 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 78 53 -
CMYK 0 0.45 0.62 0.45
HSL 17.05º 0.45% 0.38% -
HSV(B) 17.05º 0.62% 0.55% -
XYZ 14.35 11.37 4.81 -
YUV 93.99 104.87 161.53 -
System Red Green Blue C M Y K H S L
Decimal 141 78 53 0 0.45 0.62 0.45 17.05 0.45 0.38
Hex 8D 4E 35 0 2D 3E 2D 11 2D 26
Octal 215 116 65 0 55 76 55 21 55 46
Binary 10001101 1001110 110101 0 101101 111110 101101 10001 101101 100110

Color Harmonies of #8D4E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4E35

Black with #8D4E35

Text Example


Text Example

White with #8D4E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D4E35; }

 p { color: rgb(141,78,53); }

 H1.HeaderClassName
 {
   color: #8D4E35;
 }
 .AnyTagClassName
 {
   color: #8D4E35;
 }
</style>

background-color css

<style>
 a { background-color: #8D4E35; }

 a { background-color: rgb(141,78,53); }

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

border-color css

<style>
 span { border-color: #8D4E35; }

 span { border-color: rgb(141,78,53); }

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