Html Css Color HEX #8D4635 Paarl

📋 copy color: '#8D4635'

red 141 ◦ green 70 ◦ blue 53

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

Shades of Paarl #8D4635

Tints of Paarl #8D4635

RGB

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

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

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

R = 53.41%
G = 26.52%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.45

RGB Variations

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

Color information

#8D4635 (or 0x8D4635) is known color: Paarl. HEX triplet: 8D, 46 and 35. RGB value is (141,70,53). Sum of RGB (Red+Green+Blue) = 141+70+53=264 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.41% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4635 is #72B9CA. Grayscale: #595959. Windows color (decimal): -7518667 or 3491469. OLE color: 3491469.

HSL color Cylindrical-coordinate representation of color #8D4635: hue angle of 11.59º 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 #8D4635 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 70 53 -
CMYK 0 0.50 0.62 0.45
HSL 11.59º 0.45% 0.38% -
HSV(B) 11.59º 0.62% 0.55% -
XYZ 13.82 10.3 4.63 -
YUV 89.29 107.52 164.88 -
System Red Green Blue C M Y K H S L
Decimal 141 70 53 0 0.50 0.62 0.45 11.59 0.45 0.38
Hex 8D 46 35 0 32 3E 2D C 2D 26
Octal 215 106 65 0 62 76 55 14 55 46
Binary 10001101 1000110 110101 0 110010 111110 101101 1100 101101 100110

Color Harmonies of #8D4635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4635

Black with #8D4635

Text Example


Text Example

White with #8D4635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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