Html Css Color HEX #8C5137 Paarl

📋 copy color: '#8C5137'

red 140 ◦ green 81 ◦ blue 55

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

Shades of Paarl #8C5137

Tints of Paarl #8C5137

RGB

 RED value IS 140 (55.08% from 255) = 50.72%

 GREEN value IS 81 (32.03% from 255) = 29.35%

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

R = 50.72%
G = 29.35%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#8C5137 (or 0x8C5137) is known color: Paarl. HEX triplet: 8C, 51 and 37. RGB value is (140,81,55). Sum of RGB (Red+Green+Blue) = 140+81+55=276 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.72% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 55 (21.88% from 255 or 19.93% from 276); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5137 is #73AEC8. Grayscale: #5F5F5F. Windows color (decimal): -7581385 or 3625356. OLE color: 3625356.

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

Color convert

RGB 140 81 55 -
CMYK 0 0.42 0.61 0.45
HSL 18.35º 0.44% 0.38% -
HSV(B) 18.35º 0.61% 0.55% -
XYZ 14.45 11.74 5.12 -
YUV 95.68 105.05 159.61 -
System Red Green Blue C M Y K H S L
Decimal 140 81 55 0 0.42 0.61 0.45 18.35 0.44 0.38
Hex 8C 51 37 0 2A 3D 2D 12 2C 26
Octal 214 121 67 0 52 75 55 22 54 46
Binary 10001100 1010001 110111 0 101010 111101 101101 10010 101100 100110

Color Harmonies of #8C5137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5137

Black with #8C5137

Text Example


Text Example

White with #8C5137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,81,55); }

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

background-color css

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

 a { background-color: rgb(140,81,55); }

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

border-color css

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

 span { border-color: rgb(140,81,55); }

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