Html Css Color HEX #8D4737 Paarl

📋 copy color: '#8D4737'

red 141 ◦ green 71 ◦ blue 55

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

Shades of Paarl #8D4737

Tints of Paarl #8D4737

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.59%

 BLUE value IS 55 (21.88% from 255) = 20.6%

R = 52.81%
G = 26.59%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#8D4737 (or 0x8D4737) is known color: Paarl. HEX triplet: 8D, 47 and 37. RGB value is (141,71,55). Sum of RGB (Red+Green+Blue) = 141+71+55=267 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.81% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4737 is #72B8C8. Grayscale: #5A5A5A. Windows color (decimal): -7518409 or 3622797. OLE color: 3622797.

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

Color convert

RGB 141 71 55 -
CMYK 0 0.50 0.61 0.45
HSL 11.16º 0.44% 0.38% -
HSV(B) 11.16º 0.61% 0.55% -
XYZ 13.93 10.45 4.9 -
YUV 90.11 108.19 164.3 -
System Red Green Blue C M Y K H S L
Decimal 141 71 55 0 0.50 0.61 0.45 11.16 0.44 0.38
Hex 8D 47 37 0 32 3D 2D B 2C 26
Octal 215 107 67 0 62 75 55 13 54 46
Binary 10001101 1000111 110111 0 110010 111101 101101 1011 101100 100110

Color Harmonies of #8D4737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4737

Black with #8D4737

Text Example


Text Example

White with #8D4737

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,71,55); }

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

background-color css

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

 a { background-color: rgb(141,71,55); }

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

border-color css

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

 span { border-color: rgb(141,71,55); }

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