Html Css Color HEX #8D4C34 Paarl

📋 copy color: '#8D4C34'

red 141 ◦ green 76 ◦ blue 52

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

Shades of Paarl #8D4C34

Tints of Paarl #8D4C34

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.25%

 BLUE value IS 52 (20.7% from 255) = 19.33%

R = 52.42%
G = 28.25%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#8D4C34 (or 0x8D4C34) is known color: Paarl. HEX triplet: 8D, 4C and 34. RGB value is (141,76,52). Sum of RGB (Red+Green+Blue) = 141+76+52=269 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.42% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4C34 is #72B3CB. Grayscale: #5C5C5C. Windows color (decimal): -7517132 or 3427469. OLE color: 3427469.

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

Color convert

RGB 141 76 52 -
CMYK 0 0.46 0.63 0.45
HSL 16.18º 0.46% 0.38% -
HSV(B) 16.18º 0.63% 0.55% -
XYZ 14.19 11.08 4.64 -
YUV 92.7 105.03 162.45 -
System Red Green Blue C M Y K H S L
Decimal 141 76 52 0 0.46 0.63 0.45 16.18 0.46 0.38
Hex 8D 4C 34 0 2E 3F 2D 10 2E 26
Octal 215 114 64 0 56 77 55 20 56 46
Binary 10001101 1001100 110100 0 101110 111111 101101 10000 101110 100110

Color Harmonies of #8D4C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4C34

Black with #8D4C34

Text Example


Text Example

White with #8D4C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,76,52); }

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

background-color css

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

 a { background-color: rgb(141,76,52); }

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

border-color css

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

 span { border-color: rgb(141,76,52); }

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